CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/01/25 10:34:31
Modified files: sys/net : if_etherip.c if_etherip.h if_gif.c if_gif.h if_pfsync.c if_pfsync.h sys/netinet : igmp.c igmp_var.h ip_carp.c ip_carp.h ip_divert.c ip_divert.h ip_ether.c ip_ether.h ip_gre.c ip_gre.h ip_icmp.c ip_icmp.h ip_input.c ip_ipip.c ip_ipsp.h ip_var.h ipsec_input.c raw_ip.c tcp_input.c tcp_var.h udp_usrreq.c udp_var.h sys/sys : protosw.h Log message: Since raw_input() and route_input() are gone from pr_input, we can make the variable parameters of the protocol input functions fixed. Also add the proto to make it similar to IPv6. OK mpi@ guenther@ millert@