diff options
Diffstat (limited to 'interface-definitions/include/bgp/neighbor-local-as.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/neighbor-local-as.xml.i | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/interface-definitions/include/bgp/neighbor-local-as.xml.i b/interface-definitions/include/bgp/neighbor-local-as.xml.i index 8cf0167fd..8868e3093 100644 --- a/interface-definitions/include/bgp/neighbor-local-as.xml.i +++ b/interface-definitions/include/bgp/neighbor-local-as.xml.i @@ -11,18 +11,19 @@ </constraint> </properties> <children> - <leafNode name="no-prepend"> + <node name="no-prepend"> <properties> <help>Disable prepending local-as from/to updates for eBGP peers</help> - <valueless/> </properties> - </leafNode> - <leafNode name="replace-as"> - <properties> - <help>Prepend only local-as from/to updates for eBGP peers</help> - <valueless/> - </properties> - </leafNode> + <children> + <leafNode name="replace-as"> + <properties> + <help>Prepend only local-as from/to updates for eBGP peers</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> </children> </tagNode> <!-- include end --> |