When printing the initialization string and IPDIVERT is not compiled into the

kernel refer to it as "loadable" instead of "disabled".
This commit is contained in:
andre 2004-10-22 19:18:06 +00:00
parent 7c8480e7f1
commit 42e8443fa1

View File

@ -3507,7 +3507,7 @@ ipfw_init(void)
#ifdef IPDIVERT
"enabled",
#else
"disabled",
"loadable",
#endif
default_rule.cmd[0].opcode == O_ACCEPT ? "accept" : "deny");