mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
* 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:
+3
-2
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user