]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
udp6: allow udp_tun_func_t() to indicate it did not eat the packet
authorKristof Provost <kp@FreeBSD.org>
Fri, 22 Apr 2022 14:11:31 +0000 (16:11 +0200)
committerKristof Provost <kp@FreeBSD.org>
Fri, 22 Apr 2022 14:55:23 +0000 (16:55 +0200)
commit797b94504f4fd457aef694c236705c1bd850f2f7
treefadbe87d6acaab7784bcec319d6ced1492d37846
parentf010b9c2b9b0a550656de8a5b5ad1469630c3e2c
udp6: allow udp_tun_func_t() to indicate it did not eat the packet

Implement the same filter feature we implemented for UDP over IPv6 in
742e7210d. This was missed in that commit.

Pointed out by: markj
Sponsored by: Rubicon Communications, LLC ("Netgate")
sys/netinet6/udp6_usrreq.c