summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_nb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_nb.c')
-rw-r--r--bgpd/bgp_nb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_nb.c b/bgpd/bgp_nb.c
index 21810b634..71824cd6d 100644
--- a/bgpd/bgp_nb.c
+++ b/bgpd/bgp_nb.c
@@ -632,7 +632,6 @@ const struct frr_yang_module_info frr_bgp_info = {
.xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-bgp:bgp/neighbors/neighbor/local-as/no-prepend",
.cbs = {
.modify = bgp_neighbors_neighbor_local_as_no_prepend_modify,
- .destroy = bgp_neighbors_neighbor_local_as_no_prepend_destroy,
}
},
{
@@ -923,7 +922,6 @@ const struct frr_yang_module_info frr_bgp_info = {
.xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-bgp:bgp/neighbors/unnumbered-neighbor/local-as/no-prepend",
.cbs = {
.modify = bgp_neighbors_unnumbered_neighbor_local_as_no_prepend_modify,
- .destroy = bgp_neighbors_unnumbered_neighbor_local_as_no_prepend_destroy,
}
},
{
@@ -1215,7 +1213,6 @@ const struct frr_yang_module_info frr_bgp_info = {
.xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-bgp:bgp/peer-groups/peer-group/local-as/no-prepend",
.cbs = {
.modify = bgp_peer_groups_peer_group_local_as_no_prepend_modify,
- .destroy = bgp_peer_groups_peer_group_local_as_no_prepend_destroy,
}
},
{