diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-05 19:32:43 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 19:32:43 +0300 | 
| commit | c3f84751a944a65bc50c35004b5685eb875db584 (patch) | |
| tree | 609c45993cb6dcf6236b61831993e51488be89e4 /yang | |
| parent | 283981e4a718be65170341d6d4aed0f60ebcb192 (diff) | |
| parent | 8be861e60b7f6069c8a1c2aab75bbbbed3b57829 (diff) | |
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.yang | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/yang/frr-bgp.yang b/yang/frr-bgp.yang index 24998a470d..ae44447df7 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" {  | 
