OpenBSD cvs log

created 2019-05-08T02:58:21Z
begin 2017-11-15T00:00:00Z
end 2017-11-16T00:00:00Z
path src/sys
commits 6

date 2017-11-15T01:11:45Z
author dlg
files src/sys/net/if_media.h log diff annotate
message some more 25g media types, and a bunch of AOC types.

with tweaks from carlos cardenas and visa@
ok mpi@

date 2017-11-15T11:48:59Z
author mpi
files src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ip_var.h log diff annotate
message Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h

date 2017-11-15T13:25:19Z
author anton
files src/sys/dev/wscons/wsconsio.h log diff annotate
message Remove unused compat macros.

ok kettenis@ mpi@

date 2017-11-15T16:50:31Z
author jca
files src/sys/netinet6/in6_proto.c log diff annotate
message Remove inet6 etherip sysctl entries

The INET6 entries are not needed, not documented (use net.inet.etherip)
and do not appear in sysctl(8) output.

ok mpi@

date 2017-11-15T16:52:44Z
author jca
files src/sys/netinet/in_proto.c log diff annotate
message Make etherip(4) the single driver responsible for etherip sysctl entries.

One step needed to completely remove ethernet-in-IP support from gif(4).
No functional changes.

ok visa@ as part of a larger diff, ok mpi@

date 2017-11-15T17:30:20Z
author jca
files src/sys/net/if_etherip.c log diff annotate
src/sys/netinet/ip_ether.c log diff annotate
src/sys/netinet/ip_ether.h log diff annotate
message etherip(4) now handles etherip sysctls, move/remove code accordingly.

ok visa@ as part of a larger diff, ok mpi@