diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-12 20:04:58 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 11:09:57 +0100 |
commit | ee2dfee43f8319726c2225a5ad2367d936ec3176 (patch) | |
tree | e4e441c31f5816931087a755fa862573d726bec3 /interface-definitions/include/vif.xml.i | |
parent | 6325d1576b923f0abce19de49f940f5981411cf9 (diff) | |
download | vyos-1x-ee2dfee43f8319726c2225a5ad2367d936ec3176.tar.gz vyos-1x-ee2dfee43f8319726c2225a5ad2367d936ec3176.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.
Diffstat (limited to 'interface-definitions/include/vif.xml.i')
-rw-r--r-- | interface-definitions/include/vif.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/vif.xml.i b/interface-definitions/include/vif.xml.i index bc60dd04d..0f09b993d 100644 --- a/interface-definitions/include/vif.xml.i +++ b/interface-definitions/include/vif.xml.i @@ -1,4 +1,4 @@ -<!-- included start from vif.xml.i --> +<!-- include start from vif.xml.i --> <tagNode name="vif"> <properties> <help>Virtual Local Area Network (VLAN) ID</help> @@ -49,4 +49,4 @@ #include <include/interface-mtu-68-16000.xml.i> </children> </tagNode> -<!-- included end --> +<!-- include end --> |