mirror of https://github.com/F-Stack/f-stack.git
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.
This commit is contained in:
parent
73ef8c4ddb
commit
e9cbb9895c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue