diff options
| author | Russ White <russ@riw.us> | 2021-01-19 07:48:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 07:48:28 -0500 |
| commit | 21a7815dc1e2f99eaebe50adfb27cd5291a0eb04 (patch) | |
| tree | 6906afe13d169bf67e8674f2f8b3645be8255862 /staticd/static_nb.c | |
| parent | a02d1bbfaa9f1776ee14eb083ca49a1ab410b344 (diff) | |
| parent | 6dfc022ff2a16614541f801e8539c6f785eea1ff (diff) | |
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 2fdd0d2989..a2a14751cf 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, } }, { |
