summaryrefslogtreecommitdiff
path: root/templates/firewall/name/node.def
blob: 4bde06aef38f479297e024c7e954cf7fad14c8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
tag:

type: txt

syntax:expression: exec "			             \
        if [ `echo -n '$VAR(@)' | wc -c` -gt 29 ]; then    \
          echo  firewall name must be 29 characters or less; \
          exit 1 ;                                           \
        fi ; "

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

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

syntax:expression: pattern $VAR(@) "^[^;]*$" ; "Firewall rule set name cannot contain ';'"

end: if sudo /opt/vyatta/sbin/vyatta-firewall.pl --update-rules name "$VAR(@)" ;
     then
       if [ ${COMMIT_ACTION} = 'DELETE' ] ; 
       then
          if sudo /opt/vyatta/sbin/vyatta-firewall.pl --teardown-ok name ; 
          then
             sudo /opt/vyatta/sbin/vyatta-firewall.pl --teardown name
          fi
       fi
     else
       exit 1;
     fi

create: sudo /opt/vyatta/sbin/vyatta-firewall.pl --setup iptables name

help: Set IPv4 firewall rule set name