From 435bf038f32a968424030da43b4a85ec50e02767 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Mon, 10 Jan 2011 16:23:06 -0800 Subject: 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) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3