diff options
author | Russ White <russ@riw.us> | 2021-01-19 13:48:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 13:48:28 +0100 |
commit | 21a7815dc1e2f99eaebe50adfb27cd5291a0eb04 (patch) | |
tree | 6906afe13d169bf67e8674f2f8b3645be8255862 /staticd/static_nb.c | |
parent | Merge pull request #7884 from donaldsharp/null_stuff (diff) | |
parent | staticd: handle when condition check in nb callbacks (diff) | |
download | frr-21a7815dc1e2f99eaebe50adfb27cd5291a0eb04.tar.xz frr-21a7815dc1e2f99eaebe50adfb27cd5291a0eb04.zip |
Merge pull request #7863 from chiragshah6/mdev
[yang,staticd]: remove when condition from static nexthop om
Diffstat (limited to 'staticd/static_nb.c')
-rw-r--r-- | staticd/static_nb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/staticd/static_nb.c b/staticd/static_nb.c index 2fdd0d298..a2a14751c 100644 --- a/staticd/static_nb.c +++ b/staticd/static_nb.c @@ -66,7 +66,6 @@ const struct frr_yang_module_info frr_staticd_info = { .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-staticd:staticd/route-list/path-list/frr-nexthops/nexthop/onlink", .cbs = { .modify = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_onlink_modify, - .destroy = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_onlink_destroy, } }, { @@ -145,7 +144,6 @@ const struct frr_yang_module_info frr_staticd_info = { .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-staticd:staticd/route-list/src-list/path-list/frr-nexthops/nexthop/onlink", .cbs = { .modify = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_onlink_modify, - .destroy = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_onlink_destroy, } }, { |