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 Oppermann 2004-10-22 19:18:06 +00:00
parent 24fc79b0a4
commit 21dcc96f4a

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");