tag: type: txt help: Set a firewall address-group syntax:expression: exec " \ if [ `echo $VAR(@) | wc -c` -gt 31 ]; then \ echo group name must be 31 characters or less;\ exit 1 ; \ fi ; " syntax:expression: pattern $VAR(@) "^[^-]" ; \ "Firewall group name cannot start with \"-\"" create: sudo /opt/vyatta/sbin/vyatta-ipset.pl \ --action=create-set \ --set-type=address \ --set-name="$VAR(@)" delete: sudo /opt/vyatta/sbin/vyatta-ipset.pl \ --action=delete-set \ --set-name="$VAR(@)" comp_help: Enter the name of the firewall address-group