summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2008-01-14 13:51:46 -0800
committerBob Gilligan <gilligan@vyatta.com>2008-01-14 13:51:46 -0800
commitc151de8c3a05e95fac93018edb1c2807edde6183 (patch)
treef29944fcce0c4bd4ade139e3ad8feb5b2e9b854d /templates
parent6bd601ca208bd2875626f9d9ad21fcbf7e543882 (diff)
downloadvyatta-cfg-firewall-c151de8c3a05e95fac93018edb1c2807edde6183.tar.gz
vyatta-cfg-firewall-c151de8c3a05e95fac93018edb1c2807edde6183.zip
Bugfix: 2647
Fix typo in interface firewall input template.
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/ethernet/node.tag/firewall/in/name/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/ethernet/node.tag/firewall/in/name/node.def b/templates/interfaces/ethernet/node.tag/firewall/in/name/node.def
index 1b0d2d2..1ab0702 100644
--- a/templates/interfaces/ethernet/node.tag/firewall/in/name/node.def
+++ b/templates/interfaces/ethernet/node.tag/firewall/in/name/node.def
@@ -2,7 +2,7 @@ type: txt
help: "Inbound interface filter name"
-create: "sh -c \"echo create eth=[$(../../../&)] dir=[$(..)] name=[$(@)] \
+create: "sh -c \"echo create eth=[$(../../../@)] dir=[$(..)] name=[$(@)] \
>> /tmp/cli.log && \
sudo /opt/vyatta/sbin/vyatta-firewall.pl \
--update-interfaces update $(../../../@) $(..) $(@)\" "