diff options
| author | Chirag Shah <chirag@nvidia.com> | 2021-03-23 18:19:28 -0700 |
|---|---|---|
| committer | Chirag Shah <chirag@nvidia.com> | 2021-03-25 18:37:39 -0700 |
| commit | 36ace674c43c3a85fbce7a5a73989bafbe7cea80 (patch) | |
| tree | c950303421ab6bd9cde07e02931aaf20a070315d /lib/filter.c | |
| parent | 1267dd416ede8beebf5c3e55a5506f6aff8d59b8 (diff) | |
yang: add policy support for l2vpn-evpn nbr tree
Add bgp routing policy support for unnumbered and peer-group.
For numbered peer the policy support is already present.
+--rw bgp!
+--rw neighbors
| +--rw unnumbered-neighbor* [interface]
| +--rw afi-safis
| +--rw afi-safi* [afi-safi-name]
+--rw l2vpn-evpn
| | | +--rw filter-config
| | | +--rw rmap-import? frr-route-map:route-map-ref
| | | +--rw rmap-export? frr-route-map:route-map-ref
| | | +--rw plist-import? frr-bgp-types:plist-ref
| | | +--rw plist-export? frr-bgp-types:plist-ref
| | | +--rw access-list-import? frr-bgp-types:access-list-ref
| | | +--rw access-list-export? frr-bgp-types:access-list-ref
| | | +--rw as-path-filter-list-import? frr-bgp-types:as-path-filter-ref
| | | +--rw as-path-filter-list-export? frr-bgp-types:as-path-filter-ref
| | | +--rw unsuppress-map-import? frr-route-map:route-map-ref
| | | +--rw unsuppress-map-export? frr-route-map:route-map-ref
...
+--rw peer-groups
+--rw peer-group* [peer-group-name]
| +--rw afi-safis
| +--rw afi-safi* [afi-safi-name]
+--rw l2vpn-evpn
| | | +--rw filter-config
| | | +--rw rmap-import? frr-route-map:route-map-ref
| | | +--rw rmap-export? frr-route-map:route-map-ref
| | | +--rw plist-import? frr-bgp-types:plist-ref
| | | +--rw plist-export? frr-bgp-types:plist-ref
| | | +--rw access-list-import? frr-bgp-types:access-list-ref
| | | +--rw access-list-export? frr-bgp-types:access-list-ref
| | | +--rw as-path-filter-list-import? frr-bgp-types:as-path-filter-ref
| | | +--rw as-path-filter-list-export? frr-bgp-types:as-path-filter-ref
| | | +--rw unsuppress-map-import? frr-route-map:route-map-ref
| | | +--rw unsuppress-map-export? frr-route-map:route-map-ref
...
Signed-off-by: Chirag Shah <chirag@nvidia.com>
Diffstat (limited to 'lib/filter.c')
0 files changed, 0 insertions, 0 deletions
