* RoutingCompiler_ipt.cpp (compile): see #2359 "Crash when

compiling single rule with IPv6 destination and IPv4 gateway or
interface". Routing compiler for iptables does not support ipv6 at
this time and will issue a warning when user tries to place ipv6
address or network in a routing rule. The warning does not appear
when ipv6 address is a member of a group used in the rule. Also
see #1575.
This commit is contained in:
Vadim Kurland
2011-04-19 14:18:33 -07:00
parent b2a0a511f3
commit 9ba2dc42ee
146 changed files with 641 additions and 589 deletions
+3 -2
View File
@@ -15,8 +15,9 @@ HAVE_CPPUNIT = @HAVE_CPPUNIT@
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
CPPUNIT_LIBS = @CPPUNIT_LIBS@
CONFIG -= nostrip
CONFIG += release
# CONFIG -= nostrip
# CONFIG += release
CONFIG += debug
unix {
PREFIX = @PREFIX@