Re: if pf_route{,6} route isn't valid, generate an icmp error

2021-01-27 Thread Alexander Bluhm
On Wed, Jan 27, 2021 at 04:41:01PM +1000, David Gwynne wrote: > at the moment if the route is invalid, we drop the packet. this > generates an icmp error. > > ok? OK bluhm@ > Index: pf.c > === > RCS file: /cvs/src/sys/net/pf.c,v >

Re: [External] : if pf_route{,6} route isn't valid, generate an icmp error

2021-01-26 Thread Alexandr Nedvedicky
Hello, On Wed, Jan 27, 2021 at 04:41:01PM +1000, David Gwynne wrote: > at the moment if the route is invalid, we drop the packet. this > generates an icmp error. > > ok? looks good to me. ok sashan > > Index: pf.c > === >

if pf_route{,6} route isn't valid, generate an icmp error

2021-01-26 Thread David Gwynne
at the moment if the route is invalid, we drop the packet. this generates an icmp error. ok? Index: pf.c === RCS file: /cvs/src/sys/net/pf.c,v retrieving revision 1.1103 diff -u -p -r1.1103 pf.c --- pf.c27 Jan 2021 04:46:21