diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-08 22:42:38 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-09 22:31:38 +0100 |
commit | 30af74a8f51f22802db8e393ac86293a54ebcd9d (patch) | |
tree | f84b90df6fceddc717bbf646e4aae027bf15277f /interface-definitions/include/bgp-afi-route-map.xml.i | |
parent | f89969c1729a94901a817bd97da6f5b2a3712af0 (diff) | |
download | vyos-1x-30af74a8f51f22802db8e393ac86293a54ebcd9d.tar.gz vyos-1x-30af74a8f51f22802db8e393ac86293a54ebcd9d.zip |
bgp: T1513: initial implementation of L2VPN EVPN support
Diffstat (limited to 'interface-definitions/include/bgp-afi-route-map.xml.i')
-rw-r--r-- | interface-definitions/include/bgp-afi-route-map.xml.i | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp-afi-route-map.xml.i b/interface-definitions/include/bgp-afi-route-map.xml.i new file mode 100644 index 000000000..5549f56ca --- /dev/null +++ b/interface-definitions/include/bgp-afi-route-map.xml.i @@ -0,0 +1,25 @@ +<!-- included start from bgp-afi-route-map.xml.i --> +<node name="route-map"> + <properties> + <help>Route-map to filter route updates to/from this peer</help> + </properties> + <children> + <leafNode name="export"> + <properties> + <help>Route-map to filter outgoing route updates</help> + <completionHelp> + <path>policy route-map</path> + </completionHelp> + </properties> + </leafNode> + <leafNode name="import"> + <properties> + <help>Route-map to filter incoming route updates</help> + <completionHelp> + <path>policy route-map</path> + </completionHelp> + </properties> + </leafNode> + </children> +</node> +<!-- included end --> |