mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
ipfw: Remove IP_DUMMYNET_GET case
IP_DUMMYNET_GET is no longer used in ipfw(1). Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D53348 (cherry picked from commit 28e52dea96809c7904e498759ee1f79bda929a82)
This commit is contained in:
parent
c22437c8b5
commit
73c105268c
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ do_cmd(int optname, void *optval, uintptr_t optlen)
|
|||
if (ipfw_socket < 0)
|
||||
err(EX_UNAVAILABLE, "socket");
|
||||
|
||||
if (optname == IP_FW_GET || optname == IP_DUMMYNET_GET ||
|
||||
if (optname == IP_FW_GET ||
|
||||
optname == IP_FW_ADD || optname == IP_FW3 ||
|
||||
optname == IP_FW_NAT_GET_CONFIG ||
|
||||
optname < 0 ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue