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:
parent
7c8480e7f1
commit
42e8443fa1
@ -3507,7 +3507,7 @@ ipfw_init(void)
|
||||
#ifdef IPDIVERT
|
||||
"enabled",
|
||||
#else
|
||||
"disabled",
|
||||
"loadable",
|
||||
#endif
|
||||
default_rule.cmd[0].opcode == O_ACCEPT ? "accept" : "deny");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user