diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-04 11:38:48 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-04 11:38:48 +0200 |
commit | fe6326c96e6e481fc4498c10c493dfd393c3956c (patch) | |
tree | 8aed8e5c8fb20d6acc473d1df65733a353a70f4b /interface-definitions/include/vif-s.xml.i | |
parent | 4649284812bb3dbb8c07f0e4dc56226b6da1a703 (diff) | |
download | vyos-1x-fe6326c96e6e481fc4498c10c493dfd393c3956c.tar.gz vyos-1x-fe6326c96e6e481fc4498c10c493dfd393c3956c.zip |
xml: include: add comment about source filename to every include snippet
Diffstat (limited to 'interface-definitions/include/vif-s.xml.i')
-rw-r--r-- | interface-definitions/include/vif-s.xml.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/include/vif-s.xml.i b/interface-definitions/include/vif-s.xml.i index cd0afe742..3a04b10d9 100644 --- a/interface-definitions/include/vif-s.xml.i +++ b/interface-definitions/include/vif-s.xml.i @@ -1,3 +1,4 @@ +<!-- included start from vif-s.xml.i --> <tagNode name="vif-s"> <properties> <help>QinQ TAG-S Virtual Local Area Network (VLAN) ID</help> @@ -66,3 +67,4 @@ </tagNode> </children> </tagNode> +<!-- included end --> |