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/dhcpv6-options.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/dhcpv6-options.xml.i')
-rw-r--r-- | interface-definitions/include/dhcpv6-options.xml.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/include/dhcpv6-options.xml.i b/interface-definitions/include/dhcpv6-options.xml.i index b0a806806..9a1016956 100644 --- a/interface-definitions/include/dhcpv6-options.xml.i +++ b/interface-definitions/include/dhcpv6-options.xml.i @@ -1,3 +1,4 @@ +<!-- included start from dhcpv6-options.xml.i --> <node name="dhcpv6-options"> <properties> <help>DHCPv6 client settings/options</help> @@ -84,3 +85,4 @@ </leafNode> </children> </node> +<!-- included end --> |