diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-27 19:38:06 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 | 
| commit | 741d1d009042222c59b71db27ead08387cbe8cb0 (patch) | |
| tree | 24f8eca32cb1a8fe3df73548c225ea72a30e79a3 /zebra/router-id.h | |
| parent | d6bd4fca97966f0ec52aaa8fef2f01475e8214b0 (diff) | |
zebra: convert vrf configuration output to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/router-id.h')
| -rw-r--r-- | zebra/router-id.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/router-id.h b/zebra/router-id.h index 4753a1840e..09ad4ec65e 100644 --- a/zebra/router-id.h +++ b/zebra/router-id.h @@ -25,7 +25,6 @@ extern void router_id_add_address(struct connected *c);  extern void router_id_del_address(struct connected *c);  extern void router_id_init(struct zebra_vrf *zvrf);  extern void router_id_cmd_init(void); -extern void router_id_write(struct vty *vty, struct zebra_vrf *zvrf);  extern int router_id_get(afi_t afi, struct prefix *p, struct zebra_vrf *zvrf);  extern int router_id_set(afi_t afi, struct prefix *p, struct zebra_vrf *zvrf);  | 
