]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_nb.c
Merge pull request #8128 from qlyoung/docs-cleanup
[mirror_frr.git] / staticd / static_nb.c
index 51704426f0d1dd0c585dbc81bbc8a4733d99b4e0..a2a14751cf83e8d8c17ed3fcb561494073874d05 100644 (file)
@@ -46,12 +46,6 @@ const struct frr_yang_module_info frr_staticd_info = {
                                .modify = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_tag_modify,
                        }
                },
-               {
-                       .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-staticd:staticd/route-list/path-list/table-id",
-                       .cbs = {
-                               .modify = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_table_id_modify,
-                       }
-               },
                {
                        .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-staticd:staticd/route-list/path-list/frr-nexthops/nexthop",
                        .cbs = {
@@ -72,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,
                        }
                },
                {
@@ -131,12 +124,6 @@ const struct frr_yang_module_info frr_staticd_info = {
                                .modify = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_tag_modify,
                        }
                },
-               {
-                       .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-staticd:staticd/route-list/src-list/path-list/table-id",
-                       .cbs = {
-                               .modify = routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_table_id_modify,
-                       }
-               },
                {
                        .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-staticd:staticd/route-list/src-list/path-list/frr-nexthops/nexthop",
                        .cbs = {
@@ -157,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,
                        }
                },
                {