Re: IPv6 pf_test EACCES

2020-12-22 Thread Alexandr Nedvedicky
On Mon, Dec 21, 2020 at 11:34:04PM +0100, Alexander Bluhm wrote: > Hi, > > A while ago we decided to pass EACCES to uerland if pf blocks a > packet. IPv6 still has the old EHOSTUNREACH code. > > Use the same errno for dropped IPv6 packets as in IPv4. > > ok? > looks good to me. OK sashan

Re: IPv6 pf_test EACCES

2020-12-22 Thread Florian Obser
Yes please. OK florian On 21 December 2020 23:34:04 CET, Alexander Bluhm wrote: >Hi, > >A while ago we decided to pass EACCES to uerland if pf blocks a >packet. IPv6 still has the old EHOSTUNREACH code. > >Use the same errno for dropped IPv6 packets as in IPv4. > >ok? > >bluhm > >Index: netinet

Re: IPv6 pf_test EACCES

2020-12-21 Thread Claudio Jeker
On Mon, Dec 21, 2020 at 11:34:04PM +0100, Alexander Bluhm wrote: > Hi, > > A while ago we decided to pass EACCES to uerland if pf blocks a > packet. IPv6 still has the old EHOSTUNREACH code. > > Use the same errno for dropped IPv6 packets as in IPv4. > > ok? Seems reasonable. OK claudio@ > In

IPv6 pf_test EACCES

2020-12-21 Thread Alexander Bluhm
Hi, A while ago we decided to pass EACCES to uerland if pf blocks a packet. IPv6 still has the old EHOSTUNREACH code. Use the same errno for dropped IPv6 packets as in IPv4. ok? bluhm Index: netinet6/ip6_output.c === RCS file: /d