diff options
author | Marian Tudosoiu <marian.tudosoiu@1and1.ro> | 2018-03-23 11:00:49 +0200 |
---|---|---|
committer | Marian Tudosoiu <marian.tudosoiu@1and1.ro> | 2018-03-23 11:00:49 +0200 |
commit | 9e61589926f6801c318406d373d5b9d01922e12e (patch) | |
tree | dbe11fa37caf934f3a641d7c4b39966a4672440f /templates/firewall | |
parent | 1d21300885e606ec9e8da2b9a9b7af898d896a24 (diff) | |
download | vyatta-cfg-firewall-9e61589926f6801c318406d373d5b9d01922e12e.tar.gz vyatta-cfg-firewall-9e61589926f6801c318406d373d5b9d01922e12e.zip |
Task T35 change to solve port-group issue
Diffstat (limited to 'templates/firewall')
-rw-r--r-- | templates/firewall/group/port-group/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/firewall/group/port-group/node.def b/templates/firewall/group/port-group/node.def index 1484be2..729165f 100644 --- a/templates/firewall/group/port-group/node.def +++ b/templates/firewall/group/port-group/node.def @@ -16,6 +16,6 @@ syntax:expression: pattern $VAR(@) "^[^|;&$<>]*$" ; \ "Firewall group name cannot contain shell punctuation" end: if sudo /opt/vyatta/sbin/vyatta-ipset.pl --action=update-set \ - --set-name="$VAR(@)" --set-type=port; then + --set-name="$VAR(@)" --set-type=port --set-family=inet; then ${vyatta_sbindir}/vyatta-firewall-trap.pl --level="firewall group port-group $VAR(@)" fi |