summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-10-22 19:18:06 +0000
committerandre <andre@FreeBSD.org>2004-10-22 19:18:06 +0000
commit42e8443fa12c4dfd597d1594bd94294ed7cdc0ca (patch)
tree4b54fead93fec99964b82c0f35fb446eca1ad96b /sys/netinet
parent7c8480e7f11fad81e536997abda225a00a1c9205 (diff)
downloadFreeBSD-src-42e8443fa12c4dfd597d1594bd94294ed7cdc0ca.zip
FreeBSD-src-42e8443fa12c4dfd597d1594bd94294ed7cdc0ca.tar.gz
When printing the initialization string and IPDIVERT is not compiled into the
kernel refer to it as "loadable" instead of "disabled".
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 36b4e48..f963b81 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -3507,7 +3507,7 @@ ipfw_init(void)
#ifdef IPDIVERT
"enabled",
#else
- "disabled",
+ "loadable",
#endif
default_rule.cmd[0].opcode == O_ACCEPT ? "accept" : "deny");
OpenPOWER on IntegriCloud