From 21dcc96f4a75534121eb6af60a31b63e6cacd260 Mon Sep 17 00:00:00 2001 From: Andre Oppermann Date: Fri, 22 Oct 2004 19:18:06 +0000 Subject: [PATCH] When printing the initialization string and IPDIVERT is not compiled into the kernel refer to it as "loadable" instead of "disabled". --- sys/netinet/ip_fw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 36b4e487d48..f963b81e772 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");