diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Makefile b/extensions/Makefile index 5c9c11f9..6cee7559 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 limit mac mark multiport owner standard tcp udp LOG MARK +PF_EXT_SLIB:=ah esp icmp length 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 length 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 |