mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
added missing IPV6_PORTRANGE case.
This commit is contained in:
parent
7a7f8a20cd
commit
fa310a7e3b
1 changed files with 1 additions and 0 deletions
|
|
@ -1399,6 +1399,7 @@ ip6_ctloutput(so, sopt)
|
|||
case IPV6_CHECKSUM:
|
||||
case IPV6_FAITH:
|
||||
case IPV6_BINDV6ONLY:
|
||||
case IPV6_PORTRANGE:
|
||||
switch (optname) {
|
||||
|
||||
case IPV6_UNICAST_HOPS:
|
||||
|
|
|
|||
Loading…
Reference in a new issue