diff options
Diffstat (limited to 'interface-definitions/include/bgp')
-rw-r--r-- | interface-definitions/include/bgp/afi-redistribute-common-protocols.xml.i | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/interface-definitions/include/bgp/afi-redistribute-common-protocols.xml.i b/interface-definitions/include/bgp/afi-redistribute-common-protocols.xml.i index f4d18bc70..3f6517d03 100644 --- a/interface-definitions/include/bgp/afi-redistribute-common-protocols.xml.i +++ b/interface-definitions/include/bgp/afi-redistribute-common-protocols.xml.i @@ -31,6 +31,14 @@ #include <include/bgp/afi-redistribute-metric-route-map.xml.i> </children> </node> +<node name="nhrp"> + <properties> + <help>Redistribute NHRP routes into BGP</help> + </properties> + <children> + #include <include/bgp/afi-redistribute-metric-route-map.xml.i> + </children> +</node> <node name="static"> <properties> <help>Redistribute static routes into BGP</help> @@ -39,14 +47,16 @@ #include <include/bgp/afi-redistribute-metric-route-map.xml.i> </children> </node> -<leafNode name="table"> +<tagNode name="table"> <properties> <help>Redistribute non-main Kernel Routing Table</help> <completionHelp> <path>protocols static table</path> </completionHelp> #include <include/constraint/protocols-static-table.xml.i> - <multi/> </properties> -</leafNode> + <children> + #include <include/bgp/afi-redistribute-metric-route-map.xml.i> + </children> +</tagNode> <!-- include end --> |