summaryrefslogtreecommitdiff
path: root/templates/firewall/group/network-group/node.def
blob: 263a7729fa2a1fb94dd3d5cc5bb0f0186d1cc6fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
tag:
priority: 200
type: txt
help: Firewall network-group

syntax:expression: pattern $VAR(@) "^[[:graph:]]{1,31}$" ; \
       "Firewall group name must be 31 characters or less"

syntax:expression: pattern $VAR(@) "^[^-]" ; \
       "Firewall group name cannot start with \"-\""

syntax:expression: pattern $VAR(@) "^[^!]" ; \
       "Firewall group name cannot start with \"!\""

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=network; then
        ${vyatta_sbindir}/vyatta-firewall-trap.pl --level="firewall group network-group $VAR(@)"
     fi