diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 0fa9a79c31..a9ea4f2d1d 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -3885,7 +3885,7 @@ rib_tables_iter_next (rib_tables_iter_t *iter) { case RIB_TABLES_ITER_S_INIT: - iter->vrf_id = 0; + iter->vrf_id = VRF_DEFAULT; iter->afi_safi_ix = -1; /* Fall through */