* iptables.g (multiport_tcp_udp_port_spec): see #2245 fixed bug in

parser for iptables that prevented correct import of iptables rules
using module "multiport" with port range matches.
This commit is contained in:
Vadim Kurland
2011-04-15 12:27:43 -07:00
parent 14258139ee
commit 6185a88ceb
12 changed files with 1843 additions and 1493 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ FWB_MICRO_VERSION=0
# build number is like "nano" version number. I am incrementing build
# number during development cycle
#
BUILD_NUM="3526"
BUILD_NUM="3527"
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION.$BUILD_NUM"