diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-29 23:29:47 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-29 23:29:47 +0200 |
commit | 53d1fa6f7199fdb6a93ed75c623d3da5624e2fae (patch) | |
tree | e3d7fe942ba89e5646ecaf20f8880bd541cb4f6b /interface-definitions/include/bgp/bgp-afi-common.xml.i | |
parent | cf998c040c371be20be8035895989fcee3c06429 (diff) | |
download | vyos-1x-53d1fa6f7199fdb6a93ed75c623d3da5624e2fae.tar.gz vyos-1x-53d1fa6f7199fdb6a93ed75c623d3da5624e2fae.zip |
bgp: xml: T2387: restructure include files and make them easier to recognize
Diffstat (limited to 'interface-definitions/include/bgp/bgp-afi-common.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/bgp-afi-common.xml.i | 152 |
1 files changed, 0 insertions, 152 deletions
diff --git a/interface-definitions/include/bgp/bgp-afi-common.xml.i b/interface-definitions/include/bgp/bgp-afi-common.xml.i deleted file mode 100644 index 7782e7ef2..000000000 --- a/interface-definitions/include/bgp/bgp-afi-common.xml.i +++ /dev/null @@ -1,152 +0,0 @@ -<!-- include start from bgp-afi-common.xml.i --> -<leafNode name="addpath-tx-all"> - <properties> - <help>Use addpath to advertise all paths to a neighbor</help> - <valueless/> - </properties> -</leafNode> -<leafNode name="addpath-tx-per-as"> - <properties> - <help>Use addpath to advertise the bestpath per each neighboring AS</help> - <valueless/> - </properties> -</leafNode> -#include <include/bgp/bgp-afi-allowas-in.xml.i> -<leafNode name="as-override"> - <properties> - <help>AS for routes sent to this peer to be the local AS</help> - <valueless/> - </properties> -</leafNode> -#include <include/bgp/bgp-afi-attribute-unchanged.xml.i> -<node name="disable-send-community"> - <properties> - <help>Disable sending community attributes to this peer</help> - </properties> - <children> - <leafNode name="extended"> - <properties> - <help>Disable sending extended community attributes to this peer</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="standard"> - <properties> - <help>Disable sending standard community attributes to this peer</help> - <valueless/> - </properties> - </leafNode> - </children> -</node> -<node name="default-originate"> - <properties> - <help>Originate default route to this peer</help> - </properties> - <children> - #include <include/route-map.xml.i> - </children> -</node> -<node name="distribute-list"> - <properties> - <help>Access-list to filter route updates to/from this peer-group</help> - </properties> - <children> - <leafNode name="export"> - <properties> - <help>Access-list to filter outgoing route updates to this peer-group</help> - <completionHelp> - <path>policy access-list</path> - </completionHelp> - <valueHelp> - <format>u32:1-65535</format> - <description>Access-list to filter outgoing route updates to this peer-group</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - </properties> - </leafNode> - <leafNode name="import"> - <properties> - <help>Access-list to filter incoming route updates from this peer-group</help> - <completionHelp> - <path>policy access-list</path> - </completionHelp> - <valueHelp> - <format>u32:1-65535</format> - <description>Access-list to filter incoming route updates from this peer-group</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - </properties> - </leafNode> - </children> -</node> -<node name="filter-list"> - <properties> - <help>as-path-list to filter route updates to/from this peer</help> - </properties> - <children> - <leafNode name="export"> - <properties> - <help>As-path-list to filter outgoing route updates to this peer</help> - <completionHelp> - <path>policy as-path-list</path> - </completionHelp> - </properties> - </leafNode> - <leafNode name="import"> - <properties> - <help>As-path-list to filter incoming route updates from this peer</help> - <completionHelp> - <path>policy as-path-list</path> - </completionHelp> - </properties> - </leafNode> - </children> -</node> -<leafNode name="maximum-prefix"> - <properties> - <help>Maximum number of prefixes to accept from this peer</help> - <valueHelp> - <format>u32:1-4294967295</format> - <description>Prefix limit</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-4294967295"/> - </constraint> - </properties> -</leafNode> -#include <include/bgp/bgp-afi-nexthop-self.xml.i> -<leafNode name="remove-private-as"> - <properties> - <help>Remove private AS numbers from AS path in outbound route updates</help> - <valueless/> - </properties> -</leafNode> -#include <include/bgp/bgp-afi-route-map.xml.i> -#include <include/bgp/bgp-afi-route-reflector-client.xml.i> -#include <include/bgp/bgp-afi-route-server-client.xml.i> -#include <include/bgp/bgp-afi-soft-reconfiguration.xml.i> -<leafNode name="unsuppress-map"> - <properties> - <help>Route-map to selectively unsuppress suppressed routes</help> - <completionHelp> - <path>policy route-map</path> - </completionHelp> - </properties> -</leafNode> -<leafNode name="weight"> - <properties> - <help>Default weight for routes from this peer</help> - <valueHelp> - <format>u32:1-65535</format> - <description>Default weight</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - </properties> -</leafNode> -<!-- include end --> |