diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 15:00:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 15:00:40 +0100 |
commit | d3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c (patch) | |
tree | fda71178280e6193b55024970082c44602d1ff33 /interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i | |
parent | 08f09e417248d98a99e22d68984fe67d20baa6f0 (diff) | |
download | vyos-1x-d3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c.tar.gz vyos-1x-d3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c.zip |
xml: include: fix typo on include comment
When including XML files they all contained a comment from where the snipped
had actually been included from. The comment had been "included start" and
"included end" instead of "include start" and "include end".
This commit corrects the glitch.
(cherry-picked from commit ee2dfee43f8319726c2225a5ad2367d936ec3176)
Diffstat (limited to 'interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i')
-rw-r--r-- | interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i b/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i index 61cdc6a1c..6742bf08b 100644 --- a/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i +++ b/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i @@ -1,4 +1,4 @@ -<!-- included start from bgp-neighbor-afi-ipv6-unicast.xml.i --> +<!-- include start from bgp-neighbor-afi-ipv6-unicast.xml.i --> <node name="ipv6-unicast"> <properties> <help>IPv6 BGP neighbor parameters</help> @@ -328,4 +328,4 @@ </leafNode> </children> </node> -<!-- included end --> +<!-- include end --> |