Ipfw: fix "invalid argument" when using `divert`.

Note that this only fix the error, `divert` is still not usable, refer to #136.
If you want to use NAT, you can just use the built-in `ipfw nat`
instead.
dev
logwang 2018-01-08 21:46:47 +08:00
parent 58b4906b20
commit 62a0d71654
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ NETINET_SRCS+= \
in_proto.c \
in_rmx.c \
ip_carp.c \
ip_divert.c \
ip_ecn.c \
ip_encap.c \
ip_fastfwd.c \