mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
24fc79b0a4
commit
21dcc96f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue