summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-04-05 18:32:43 +0200
committerGitHub <noreply@github.com>2021-04-05 18:32:43 +0200
commitc3f84751a944a65bc50c35004b5685eb875db584 (patch)
tree609c45993cb6dcf6236b61831993e51488be89e4 /yang
parentMerge pull request #8240 from reubendowle/fixes/nhrp-nat (diff)
parentbgpd: convert l2vpn evpn nbr route-map to nb (diff)
downloadfrr-c3f84751a944a65bc50c35004b5685eb875db584.tar.xz
frr-c3f84751a944a65bc50c35004b5685eb875db584.zip
Merge pull request #8348 from chiragshah6/mdev
yang, bgpd: add northbound transactional callbacks for neighbor route-map for af l2vpn-evpn
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-bgp.yang4
1 files changed, 4 insertions, 0 deletions
diff --git a/yang/frr-bgp.yang b/yang/frr-bgp.yang
index 24998a470..ae44447df 100644
--- a/yang/frr-bgp.yang
+++ b/yang/frr-bgp.yang
@@ -1057,6 +1057,8 @@ module frr-bgp {
uses structure-neighbor-route-server;
uses structure-neighbor-group-soft-reconfiguration;
+
+ uses structure-neighbor-group-filter-config;
}
augment "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/bgp/neighbors/unnumbered-neighbor/afi-safis/afi-safi/ipv4-flowspec" {
@@ -1332,6 +1334,8 @@ module frr-bgp {
uses structure-neighbor-route-server;
uses structure-neighbor-group-soft-reconfiguration;
+
+ uses structure-neighbor-group-filter-config;
}
augment "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/ipv4-flowspec" {