Re: IPsec ours policy check in IPv6 input

2017-05-22 Thread Mike Belopuhov
On 22 May 2017 at 21:02, Alexander Bluhm wrote: > > Hi, > > In the IPv4 input path the IPsec policy is checked by > ip_input_ipsec_ours_check(). This is missing in the IPv6 case. So > call this function also from ip6_local(). > > ok? > > bluhm > This looks good, but please consider moving these

IPsec ours policy check in IPv6 input

2017-05-22 Thread Alexander Bluhm
Hi, In the IPv4 input path the IPsec policy is checked by ip_input_ipsec_ours_check(). This is missing in the IPv6 case. So call this function also from ip6_local(). ok? bluhm Index: netinet/ip_input.c === RCS file: /data/mirror/