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.h | |
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.h')
-rw-r--r-- | staticd/static_nb.h | 4 |
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( |