diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-01 13:14:30 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-01 13:14:30 +0200 |
commit | 2265bb4dc27965da3dce7e3f476366b7d1e911f3 (patch) | |
tree | fc3731ce4f1625b2a20a71c77db2e4fe3992657d /interface-definitions/firewall.xml.in | |
parent | 15922541cef35956107e0b32ee952fee05928dbd (diff) | |
download | vyos-1x-2265bb4dc27965da3dce7e3f476366b7d1e911f3.tar.gz vyos-1x-2265bb4dc27965da3dce7e3f476366b7d1e911f3.zip |
xml: include building block file name should end with .i and not .in
Diffstat (limited to 'interface-definitions/firewall.xml.in')
-rw-r--r-- | interface-definitions/firewall.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/firewall.xml.in b/interface-definitions/firewall.xml.in index edbf1e03a..69901e5d3 100644 --- a/interface-definitions/firewall.xml.in +++ b/interface-definitions/firewall.xml.in @@ -350,7 +350,7 @@ <script>${vyos_completion_dir}/list_interfaces</script> </completionHelp> <constraint> - #include <include/constraint/interface-name-with-wildcard.xml.in> + #include <include/constraint/interface-name-with-wildcard.xml.i> </constraint> </properties> <children> |