CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/19 05:34:40
Modified files:
sys/netinet6 : in6.h in6_proto.c ip6_input.c ip6_output.c
ip6_var.h
sbin/sysctl : sysctl.8
Log message:
Remove sysctl net.inet6.ip6.v6only
This sysctl is a no-op, read-only since it was introduced. There are no
plans to support IPv4-mapped addresses on OpenBSD, thus this sysctl is
meaningless.
Noticed by djm@, ok claudio@ mpi@ sthen@ henning@
