diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-24 16:50:26 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 |
| commit | 218b5017eef59745f90b29bc1f038ce9c82c53d3 (patch) | |
| tree | 62c562d636552422096224ded8e07be215027d1b /zebra/interface.h | |
| parent | 185fd140cf74068b49d1539676a50205feb92096 (diff) | |
zebra: convert interface configuration output to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index c1ff525189..fc6850e80e 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -218,8 +218,6 @@ struct zebra_if { DECLARE_HOOK(zebra_if_extra_info, (struct vty * vty, struct interface *ifp), (vty, ifp)); -DECLARE_HOOK(zebra_if_config_wr, (struct vty * vty, struct interface *ifp), - (vty, ifp)); #define IS_ZEBRA_IF_VRF(ifp) \ (((struct zebra_if *)(ifp->info))->zif_type == ZEBRA_IF_VRF) |
