search for: read_config_yy

Displaying 2 results from an estimated 2 matches for "read_config_yy".

2019 Nov 06
2
[Bug 1378] New: UDP IPv6 destination address not usable
...etfilter.org Reporter: raemer at zit-rlp.de Hi, if IPv6_Destination_Address is set to a valid IPv6 address, conntrackd fails on start with "inet_pton(): IPv6 unsupported". This can be fixed by changing the else clause to the same used for other IPv6 options: diff --git a/src/read_config_yy.y b/src/read_config_yy.y index a4aa7f5..31109c4 100644 --- a/src/read_config_yy.y +++ b/src/read_config_yy.y @@ -467,7 +467,7 @@ udp_option : T_IPV6_DEST_ADDR T_IP dlog(LOG_WARNING, "%s is not a valid IPv6 address", $2); free($2); break; -...
2012 May 26
2
[ANNOUNCE] conntrack-tools 1.2.0 release
Hi! The Netfilter project proudly presents: conntrack-tools 1.2.0 This release is a major milestone that includes support for expectation synchronization and the new nfct utility that, by now, only supports the new cttimeout infrastructure. See ChangeLog that comes attached to this email for more details. You can download it from: