CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/24 10:08:48
Modified files:
sys/netinet : in_pcb.h tcp_input.c tcp_output.c tcp_subr.c
sys/netinet6 : in6_pcb.c in6_src.c nd6.c nd6.h nd6_rtr.c
raw_ip6.c udp6_output.c
Log message:
Ignore Router Advertisment's current hop limit.
Appart from the usual inet6 axe murdering exercise to keep you fit, this
allows us to get rid of a lot of layer violation due to the use of per-
ifp variables to store the current hop limit.
Imputs from bluhm@, ok phessler@, florian@, bluhm@