diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-04 08:34:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-04 08:34:52 +0200 |
commit | 4526ceadf4a9a81b51ec394970188daccd69539b (patch) | |
tree | 2e8410811815f3619503f5c479515f0eb07faeb1 /interface-definitions | |
parent | f5ecc5a40fcf07d9ad08864fbac710717330c255 (diff) | |
download | vyos-1x-4526ceadf4a9a81b51ec394970188daccd69539b.tar.gz vyos-1x-4526ceadf4a9a81b51ec394970188daccd69539b.zip |
cleanup: convert multiple files from DOS to UNIX line ending
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/bgp-afi-aggregate-address.xml.i | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/interface-definitions/include/bgp-afi-aggregate-address.xml.i b/interface-definitions/include/bgp-afi-aggregate-address.xml.i index 40c030fc1..050ee0074 100644 --- a/interface-definitions/include/bgp-afi-aggregate-address.xml.i +++ b/interface-definitions/include/bgp-afi-aggregate-address.xml.i @@ -1,12 +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>
+<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> |