diff options
Diffstat (limited to 'interface-definitions/include/bgp/bgp-capability.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/bgp-capability.xml.i | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/interface-definitions/include/bgp/bgp-capability.xml.i b/interface-definitions/include/bgp/bgp-capability.xml.i deleted file mode 100644 index 89ce19ca6..000000000 --- a/interface-definitions/include/bgp/bgp-capability.xml.i +++ /dev/null @@ -1,21 +0,0 @@ -<!-- include start from bgp-capability.xml.i --> -<node name="capability"> - <properties> - <help>Advertise capabilities to this peer-group</help> - </properties> - <children> - <leafNode name="dynamic"> - <properties> - <help>Advertise dynamic capability to this neighbor</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="extended-nexthop"> - <properties> - <help>Advertise extended-nexthop capability to this neighbor</help> - <valueless/> - </properties> - </leafNode> - </children> -</node> -<!-- include end --> |