Pass inp_seclevel to ip6_output() in TCP syn cache.
authorbluhm <bluhm@openbsd.org>
Thu, 30 Nov 2023 10:21:56 +0000 (10:21 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 30 Nov 2023 10:21:56 +0000 (10:21 +0000)
commit047aebb9bfc010bbe320aa16929732ec4a873d96
tree8ced85023594cf3df990b2514579ae5d041e1f28
parentcf95312ab262efebaf473740076e8a90bf87b73d
Pass inp_seclevel to ip6_output() in TCP syn cache.

TCP syn_cache_respond() uses inp_seclevel from listening socket as
ip_output() parameter.  This was missing for ip6_output().

OK mvs@
sys/netinet/tcp_input.c