Re: pr_input with af

2017-04-13 Thread Mike Belopuhov
On 13 April 2017 at 00:53, Alexander Bluhm wrote: > Hi, > > I would like to pass down the address family through the pr_input > calls. There are functions like tcp_input() and udp_input() which > read the version from the IP header. This layer violation could > be avoided if they know the af. F

pr_input with af

2017-04-12 Thread Alexander Bluhm
Hi, I would like to pass down the address family through the pr_input calls. There are functions like tcp_input() and udp_input() which read the version from the IP header. This layer violation could be avoided if they know the af. Functions like carp_proto_input and carp6_proto_input could be