Also build ipfw if pf is detected

OpenBSD 4.7+ and FreeBSD 9.0+ also include ipfw-style divert-to in pf,
so build ipfw NAT engine as well if pf is detected.

Reported by:	Stuart Henderson
pull/13/head
Daniel Roethlisberger 11 years ago
parent 8cc81c7f1c
commit 13c85ce5c1

@ -46,6 +46,8 @@ DEBUG_CFLAGS?= -g
# Autodetect pf
ifneq ($(wildcard /usr/include/net/pfvar.h),)
FEATURES+= -DHAVE_PF
# OpenBSD 4.7+ and FreeBSD 9.0+ also include ipfw-style divert-to in pf
FEATURES+= -DHAVE_IPFW
endif
# Autodetect ipfw

@ -1,4 +1,3 @@
- Rename "ipfw" into more generic "divert" while keeping ipfw for compat
- Control SSL_OP_SINGLE_ECDH_USE and other de-optimizations by a
"prefer speed to security" command line option
- Optionally add ephemeral RSA key to SSL_CTX to allow export cipher suites

Loading…
Cancel
Save