Re: pr_input var args

2017-01-24 Thread Philip Guenther
On Wed, 25 Jan 2017, Alexander Bluhm wrote: > Now since raw_input() and route_input() are gone from pr_input, we can > make the variable parameters of the protocol input functions fixed. I > have decided to add the proto to make it similar to IPv6. My goal is to > have one struct protosw for bo

pr_input var args

2017-01-24 Thread Alexander Bluhm
Hi, Now since raw_input() and route_input() are gone from pr_input, we can make the variable parameters of the protocol input functions fixed. I have decided to add the proto to make it similar to IPv6. My goal is to have one struct protosw for both IP versions. ok? bluhm Index: net/if_etherip