diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-26 10:56:32 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-26 11:07:21 +0100 |
commit | 5e726063ebf090ed9778c2db9b02f013c53ed714 (patch) | |
tree | 388c5668f745fdab4d8511ba5a75173a9301b379 /interface-definitions/include | |
parent | 945a5ed22adab59314c8c0854c7cabae4e78d8d4 (diff) | |
download | vyos-1x-5e726063ebf090ed9778c2db9b02f013c53ed714.tar.gz vyos-1x-5e726063ebf090ed9778c2db9b02f013c53ed714.zip |
xml: ospfv3: remove leading whitespaces from ospfv3/no-summary.xml.i
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/ospfv3/no-summary.xml.i | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/interface-definitions/include/ospfv3/no-summary.xml.i b/interface-definitions/include/ospfv3/no-summary.xml.i index df9a456ba..a6afda3e0 100644 --- a/interface-definitions/include/ospfv3/no-summary.xml.i +++ b/interface-definitions/include/ospfv3/no-summary.xml.i @@ -1,6 +1,8 @@ - <leafNode name="no-summary"> - <properties> - <help>Do not inject inter-area routes into the stub</help> - <valueless/> - </properties> - </leafNode> +<!-- include start from ospfv3/no-summary.xml.i --> +<leafNode name="no-summary"> + <properties> + <help>Do not inject inter-area routes into the stub</help> + <valueless/> + </properties> +</leafNode> +<!-- include end --> |