diff options
Diffstat (limited to 'babeld/kernel.c')
-rw-r--r-- | babeld/kernel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babeld/kernel.c b/babeld/kernel.c index 8c4fc953e..6b673c487 100644 --- a/babeld/kernel.c +++ b/babeld/kernel.c @@ -166,6 +166,7 @@ zebra_route(int add, int family, const unsigned char *pref, unsigned short plen, api.type = ZEBRA_ROUTE_BABEL; api.safi = SAFI_UNICAST; api.vrf_id = VRF_DEFAULT; + api.nh_vrf_id = VRF_DEFAULT; api.prefix = quagga_prefix; if(metric >= KERNEL_INFINITY) { |