diff options
Diffstat (limited to 'interface-definitions/include/bgp/bgp-afi-aggregate-address.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/bgp-afi-aggregate-address.xml.i | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/bgp-afi-aggregate-address.xml.i b/interface-definitions/include/bgp/bgp-afi-aggregate-address.xml.i new file mode 100644 index 000000000..c731e970b --- /dev/null +++ b/interface-definitions/include/bgp/bgp-afi-aggregate-address.xml.i @@ -0,0 +1,14 @@ +<!-- include start from bgp-afi-aggregate-address.xml.i --> +<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 end --> |