summaryrefslogtreecommitdiff
path: root/zebra/zebra_nb.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-17 14:58:03 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 23:28:39 +0200
commitdf296d54aeb1ccb94ddbf9524a6643aef3783dfc (patch)
tree25b4c0b350cb804cbd705c0627acf06898f463e6 /zebra/zebra_nb.c
parentefa18c6c6ff84a71c70435d901421599500af5d2 (diff)
zebra: convert interface link-detect command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_nb.c')
-rw-r--r--zebra/zebra_nb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_nb.c b/zebra/zebra_nb.c
index 7cdcaedd7e..de94480d1b 100644
--- a/zebra/zebra_nb.c
+++ b/zebra/zebra_nb.c
@@ -321,7 +321,6 @@ const struct frr_yang_module_info frr_zebra_info = {
.xpath = "/frr-interface:lib/interface/frr-zebra:zebra/link-detect",
.cbs = {
.modify = lib_interface_zebra_link_detect_modify,
- .destroy = lib_interface_zebra_link_detect_destroy,
}
},
{