diff options
-rw-r--r-- | interface-definitions/include/bgp-afi-aggregate-address.xml.i | 12 | ||||
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 26 |
2 files changed, 14 insertions, 24 deletions
diff --git a/interface-definitions/include/bgp-afi-aggregate-address.xml.i b/interface-definitions/include/bgp-afi-aggregate-address.xml.i new file mode 100644 index 000000000..40c030fc1 --- /dev/null +++ b/interface-definitions/include/bgp-afi-aggregate-address.xml.i @@ -0,0 +1,12 @@ +<leafNode name="as-set">
+ <properties>
+ <help>Generate AS-set path information for this aggregate address</help>
+ <valueless/>
+ </properties>
+</leafNode>
+<leafNode name="summary-only">
+ <properties>
+ <help>Announce the aggregate summary network only</help>
+ <valueless/>
+ </properties>
+</leafNode>
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index 8cab34141..3a4600753 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -38,18 +38,7 @@ </constraint> </properties> <children> - <leafNode name="as-set"> - <properties> - <help>Generate AS-set path information for this aggregate address</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="summary-only"> - <properties> - <help>Announce the aggregate summary network only</help> - <valueless/> - </properties> - </leafNode> + #include <include/bgp-afi-aggregate-address.xml.i> </children> </tagNode> <tagNode name="network"> @@ -151,18 +140,7 @@ </constraint> </properties> <children> - <leafNode name="as-set"> - <properties> - <help>Generate AS-set path information for this aggregate address</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="summary-only"> - <properties> - <help>Announce the aggregate summary network only</help> - <valueless/> - </properties> - </leafNode> + #include <include/bgp-afi-aggregate-address.xml.i> </children> </tagNode> <tagNode name="network"> |