diff options
Diffstat (limited to 'zebra/zebra_static.h')
| -rw-r--r-- | zebra/zebra_static.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_static.h b/zebra/zebra_static.h index a12e465e79..341905f422 100644 --- a/zebra/zebra_static.h +++ b/zebra/zebra_static.h @@ -55,6 +55,7 @@ struct static_route { /* VRF identifier. */ vrf_id_t vrf_id; vrf_id_t nh_vrf_id; + char nh_vrfname[VRF_NAMSIZ + 1]; /* Administrative distance. */ uint8_t distance; @@ -102,4 +103,6 @@ extern int static_delete_route(afi_t, safi_t safi, uint8_t type, extern void static_ifindex_update(struct interface *ifp, bool up); +extern void static_cleanup_vrf_ids(struct zebra_vrf *zvrf); +extern void static_fixup_vrf_ids(struct zebra_vrf *zvrf); #endif |
