summaryrefslogtreecommitdiffstats
path: root/staticd/static_nb.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-01-19 13:48:28 +0100
committerGitHub <noreply@github.com>2021-01-19 13:48:28 +0100
commit21a7815dc1e2f99eaebe50adfb27cd5291a0eb04 (patch)
tree6906afe13d169bf67e8674f2f8b3645be8255862 /staticd/static_nb.h
parentMerge pull request #7884 from donaldsharp/null_stuff (diff)
parentstaticd: handle when condition check in nb callbacks (diff)
downloadfrr-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.h')
-rw-r--r--staticd/static_nb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/staticd/static_nb.h b/staticd/static_nb.h
index b293224dd..e85e1d0e9 100644
--- a/staticd/static_nb.h
+++ b/staticd/static_nb.h
@@ -41,8 +41,6 @@ int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_pa
struct nb_cb_destroy_args *args);
int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_onlink_modify(
struct nb_cb_modify_args *args);
-int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_onlink_destroy(
- struct nb_cb_destroy_args *args);
int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_color_modify(
struct nb_cb_modify_args *args);
int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_color_destroy(
@@ -83,8 +81,6 @@ int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_sr
struct nb_cb_destroy_args *args);
int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_onlink_modify(
struct nb_cb_modify_args *args);
-int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_onlink_destroy(
- struct nb_cb_destroy_args *args);
int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_color_modify(
struct nb_cb_modify_args *args);
int routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_color_destroy(