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-peer-group-afi-ipv4-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-peer-group-afi-ipv4-unicast.xml.i')
-rw-r--r-- | interface-definitions/include/bgp-peer-group-afi-ipv4-unicast.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/bgp-peer-group-afi-ipv4-unicast.xml.i b/interface-definitions/include/bgp-peer-group-afi-ipv4-unicast.xml.i index e34d9f774..d7d6e7c84 100644 --- a/interface-definitions/include/bgp-peer-group-afi-ipv4-unicast.xml.i +++ b/interface-definitions/include/bgp-peer-group-afi-ipv4-unicast.xml.i @@ -1,4 +1,4 @@ -<!-- included start from bgp-peer-group-afi-ipv4-unicast.xml.i --> +<!-- include start from bgp-peer-group-afi-ipv4-unicast.xml.i --> <node name="ipv4-unicast"> <properties> <help>IPv4 BGP peer group parameters</help> @@ -300,4 +300,4 @@ </leafNode> </children> </node> -<!-- included end --> +<!-- include end --> |