summaryrefslogtreecommitdiff
path: root/templates/firewall/modify/node.def
AgeCommit message (Collapse)Author
2009-04-13Move firewall "end" processing down to each table.Stig Thormodsrud
Fix bug for global enable/disable of conntrack.
2009-02-27Prevent ';' from being used in a firewall name.Stig Thormodsrud
2009-02-25Use single quote around $VAR(@).Stig Thormodsrud
2009-02-25Revert "Make sure to quote $VAR(@)."Stig Thormodsrud
This reverts commit c5595b67948166f65c8ea2c1ce1890b9aa27fd3d.
2009-02-24Make sure to quote $VAR(@).Stig Thormodsrud
2009-02-24Limit firewall name to 29 characters since that is the iptables/ip6tablesStig Thormodsrud
limit.
2009-02-23Add "ipv6-modify" firewall configuration sub-tree.Bob Gilligan
2008-12-09Cleanup firewall templates for readability. Update help strings to reflect ↵Bob Gilligan
IPv4.
2008-06-04rename "mangle" to "modify"An-Cheng Huang