diff options
author | Mohit Mehta <mohit@vyatta.com> | 2011-01-10 16:23:06 -0800 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2011-01-10 17:35:28 -0800 |
commit | 435bf038f32a968424030da43b4a85ec50e02767 (patch) | |
tree | 7601d9561f841009a4935d8a3a84109152c9f3c0 /Makefile.am | |
parent | 3b906597925e980ff7d652d22450485679464145 (diff) | |
download | vyatta-cfg-firewall-435bf038f32a968424030da43b4a85ec50e02767.tar.gz vyatta-cfg-firewall-435bf038f32a968424030da43b4a85ec50e02767.zip |
Fix Bug 6292 iptables chain-name must be reduced to 28 characters max
* change syntax check to limit firewall ruleset names to 28 chars and
bump firewall cfg-version to enable config migration
(cherry picked from commit a0e5b2107d6073a103e0f0c04cc8656f8dc3816b)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b87b091..0fc5b44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ modprobe_DATA += etc/modprobe.d/vyatta_xt_recent.conf sbin_SCRIPTS = share_perl5_DATA = -curver_DATA = cfg-version/firewall@3 +curver_DATA = cfg-version/firewall@4 sbin_SCRIPTS += scripts/firewall/vyatta-firewall.pl sbin_SCRIPTS += scripts/firewall/firewall.init |