diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-17 17:24:44 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 |
| commit | 0c2c01c151175f0c37dbc49d162bc923a7ab5da7 (patch) | |
| tree | 7389dd63899ce306fdc00a6078186df5a18728ec /zebra/zebra_nb.c | |
| parent | edd3c63170023abc211a52dce049bf4c3522b319 (diff) | |
zebra: convert interface bandwidth command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_nb.c')
| -rw-r--r-- | zebra/zebra_nb.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zebra/zebra_nb.c b/zebra/zebra_nb.c index 89bbd66bc0..bf5650ce61 100644 --- a/zebra/zebra_nb.c +++ b/zebra/zebra_nb.c @@ -345,13 +345,6 @@ const struct frr_yang_module_info frr_zebra_info = { } }, { - .xpath = "/frr-interface:lib/interface/frr-zebra:zebra/bandwidth", - .cbs = { - .modify = lib_interface_zebra_bandwidth_modify, - .destroy = lib_interface_zebra_bandwidth_destroy, - } - }, - { .xpath = "/frr-interface:lib/interface/frr-zebra:zebra/link-params/legacy-admin-group", .cbs = { .modify = lib_interface_zebra_legacy_admin_group_modify, |
