Call setup_netmap if IPv6

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-09-17 07:31:18 -07:00
parent b2a255f8c3
commit 5aac5870a1

View File

@ -757,12 +757,12 @@ sub compiler {
# Setup Nat # Setup Nat
# #
setup_nat; setup_nat;
#
# Setup NETMAP
#
setup_netmap;
} }
#
# Setup NETMAP
#
setup_netmap;
# #
# MACLIST Filtration # MACLIST Filtration
# #