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/interface-vrf.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/interface-vrf.xml.i')
-rw-r--r-- | interface-definitions/include/interface-vrf.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/interface-vrf.xml.i b/interface-definitions/include/interface-vrf.xml.i index e3d6b53e0..81ca0972b 100644 --- a/interface-definitions/include/interface-vrf.xml.i +++ b/interface-definitions/include/interface-vrf.xml.i @@ -1,4 +1,4 @@ -<!-- included start from interface-vrf.xml.i --> +<!-- include start from interface-vrf.xml.i --> <leafNode name="vrf"> <properties> <help>VRF instance name</help> @@ -11,4 +11,4 @@ </completionHelp> </properties> </leafNode> -<!-- included end --> +<!-- include end --> |