babel: Make sure instance is 0

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-05-24 20:17:30 -04:00
parent e9047736f7
commit 09b4a7e584

View File

@ -222,6 +222,7 @@ kernel_route_v6(int add, const unsigned char *pref, unsigned short plen,
api.type = ZEBRA_ROUTE_BABEL;
api.flags = 0;
api.message = 0;
api.instance = 0;
api.safi = SAFI_UNICAST;
api.vrf_id = VRF_DEFAULT;