diff options
author | mtudosoiu <marian.tudosoiu@1and1.ro> | 2018-03-14 11:06:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 11:06:11 +0200 |
commit | a17ae5f48dfa1007df6fdd19f267b25f965df143 (patch) | |
tree | 76ad4b415c91525fa8d2a39c19e186f536585155 | |
parent | 6a5ef5fbfa2d1f399bf3584710c5e1a7f9380b30 (diff) | |
download | vyatta-cfg-firewall-a17ae5f48dfa1007df6fdd19f267b25f965df143.tar.gz vyatta-cfg-firewall-a17ae5f48dfa1007df6fdd19f267b25f965df143.zip |
Task T35 place ipv6 groups under group config tree
-rw-r--r-- | templates/firewall/ipv6-name/node.tag/rule/node.tag/destination/group/address-group/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/firewall/ipv6-name/node.tag/rule/node.tag/destination/group/address-group/node.def b/templates/firewall/ipv6-name/node.tag/rule/node.tag/destination/group/address-group/node.def index 71a4326..961663c 100644 --- a/templates/firewall/ipv6-name/node.tag/rule/node.tag/destination/group/address-group/node.def +++ b/templates/firewall/ipv6-name/node.tag/rule/node.tag/destination/group/address-group/node.def @@ -6,4 +6,4 @@ commit:expression: exec "sudo /opt/vyatta/sbin/vyatta-ipset.pl \ --set-name=$VAR(@) \ --set-type=address;" -allowed: cli-shell-api listNodes firewall ipv6-group address-group +allowed: cli-shell-api listNodes firewall group ipv6-address-group |