From: András Kis-Szabó Date: Sun, 3 Mar 2002 09:46:51 +0000 (+0000) Subject: Makefile fix for owner mac multiport limit (kisza) X-Git-Tag: v1.2.6~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0a71a88ca64bc139d9cf93d984e21984875c5c1;p=thirdparty%2Fiptables.git Makefile fix for owner mac multiport limit (kisza) --- diff --git a/extensions/Makefile b/extensions/Makefile index ebd2084c..5c9c11f9 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 LOG +PF6_EXT_SLIB:=icmpv6 limit mac mark multiport owner standard tcp udp LOG MARK # The following may not be present, but compile them anyway. PF_EXT_SLIB+=TTL iplimit