mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 20:34:33 +00:00
babel: Make sure instance is 0
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
e9047736f7
commit
09b4a7e584
@ -222,6 +222,7 @@ kernel_route_v6(int add, const unsigned char *pref, unsigned short plen,
|
|||||||
api.type = ZEBRA_ROUTE_BABEL;
|
api.type = ZEBRA_ROUTE_BABEL;
|
||||||
api.flags = 0;
|
api.flags = 0;
|
||||||
api.message = 0;
|
api.message = 0;
|
||||||
|
api.instance = 0;
|
||||||
api.safi = SAFI_UNICAST;
|
api.safi = SAFI_UNICAST;
|
||||||
api.vrf_id = VRF_DEFAULT;
|
api.vrf_id = VRF_DEFAULT;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user