]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
if_stf: add 6rd support
authorKristof Provost <kp@FreeBSD.org>
Mon, 8 Nov 2021 08:46:47 +0000 (09:46 +0100)
committerKristof Provost <kp@FreeBSD.org>
Sat, 20 Nov 2021 18:29:01 +0000 (19:29 +0100)
commit19dc644511796d80bd82f62ef49cb1cb4b86add3
tree7b005fcf512f6af9e2a79f94fcdeb1f14775aa25
parent3adc9c8c73a5225a841e663822b329b8bb8e64b6
if_stf: add 6rd support

Implement IPv6 Rapid Deployment (RFC5969) on top of the existing 6to4
(RFC3056) if_stf code.

PR: 253328
Reviewed by: hrs
Obtained from: pfSense
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D33037
sbin/ifconfig/Makefile
sbin/ifconfig/ifstf.c [new file with mode: 0644]
sys/net/if_stf.c
sys/net/if_stf.h [new file with mode: 0644]
sys/netinet6/in6_var.h