Skip to content

Commit 02563f4

Browse files
committed
ff_ipfw support ip_fw_pmod and tcpmod for tcp-setmss.
1 parent d37a7c0 commit 02563f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ endif
243243
VPATH+= $S/netipsec
244244
ifdef FF_IPFW
245245
VPATH+= $S/netpfil/ipfw
246+
VPATH+= $S/netpfil/ipfw/pmod
246247
endif
247248
VPATH+= $S/opencrypto
248249
VPATH+= $S/vm
@@ -594,7 +595,9 @@ NETIPFW_SRCS+= \
594595
ip_fw_table.c \
595596
ip_fw_table_algo.c \
596597
ip_fw_table_value.c \
597-
ip_fw2.c
598+
ip_fw2.c \
599+
ip_fw_pmod.c \
600+
tcpmod.c
598601
endif
599602

600603
ifdef FF_IPSEC

0 commit comments

Comments
 (0)