From: Harald Welte Date: Sun, 3 Mar 2002 09:39:09 +0000 (+0000) Subject: Add LOGv6 to Makefile list X-Git-Tag: v1.2.6~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3068e95d6f9aa3e28d0a1bd3ff8adcbd96d77823;p=thirdparty%2Fiptables.git Add LOGv6 to Makefile list --- diff --git a/extensions/Makefile b/extensions/Makefile index dc03f53c..ebd2084c 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -1,7 +1,7 @@ #! /usr/bin/make PF_EXT_SLIB:=ah esp icmp limit mac mark multiport owner standard state tcp tcpmss tos ttl udp unclean DNAT DSCP ECN LOG MARK MASQUERADE MIRROR REDIRECT REJECT SAME SNAT TCPMSS TOS ULOG -PF6_EXT_SLIB:=icmpv6 mark tcp udp standard MARK +PF6_EXT_SLIB:=icmpv6 mark tcp udp standard MARK LOG # The following may not be present, but compile them anyway. PF_EXT_SLIB+=TTL iplimit