diff options
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 8492222ad8..5e0e8149c9 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1284,7 +1284,7 @@ rib_process (struct route_node *rn) char buf[INET6_ADDRSTRLEN]; rib_dest_t *dest; struct zebra_vrf *zvrf = NULL; - vrf_id_t vrf_id = 0; + vrf_id_t vrf_id = VRF_UNKNOWN; assert (rn); |
