Re: pf: UDP divert-to to a local addr won't send traffic back

2024-07-12 Thread K R
Hi bluhm, On Fri, Jul 12, 2024 at 8:10 AM Alexander Bluhm wrote: > > On Thu, Jul 11, 2024 at 09:51:33AM -0300, K R wrote: > > >How-To-Repeat: > > > > On the server side: > > > > pass in quick inet6 proto udp to egress divert-to ::1 port 12345 > > > > # nc -u -k -l ::1 12345 > > > > On the client

Re: pf: UDP divert-to to a local addr won't send traffic back

2024-07-12 Thread Theo de Raadt
> OK to violate RFC for performance and simplicity? I also think the RFC is asking too much (insensitive to the cost on software routers).

Re: pf: UDP divert-to to a local addr won't send traffic back

2024-07-12 Thread Alexander Bluhm
On Thu, Jul 11, 2024 at 09:51:33AM -0300, K R wrote: > >How-To-Repeat: > > On the server side: > > pass in quick inet6 proto udp to egress divert-to ::1 port 12345 > > # nc -u -k -l ::1 12345 > > On the client side: > > $ nc -u $server_ipv6 65000 > > Anything typed in the client nc will