Re: per-FIB socket binding

2024-12-21 Thread Bjoern A. Zeeb
On Tue, 17 Dec 2024, Mark Johnston wrote: Lately I've been working on adding FIB awareness to bind(2) and inpcb lookup. Below I'll describe the project a bit. Any feedback/comments/suggestions would be appreciated. Today, a TCP or UDP socket can receive connections or datagrams from any FIB.

Re: per-FIB socket binding

2024-12-21 Thread Marek Zarychta
W dniu 21.12.2024 o 17:34, Bjoern A. Zeeb pisze: On Tue, 17 Dec 2024, Mark Johnston wrote: Lately I've been working on adding FIB awareness to bind(2) and inpcb lookup. Below I'll describe the project a bit.  Any feedback/comments/suggestions would be appreciated. Today, a TCP or UDP socket

[Bug 283380] FreeBSD accepts and processes IPv4 packets destined to non-local MAC addresses instead of dropping them

2024-12-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283380 --- Comment #8 from Chris Hutchinson --- (In reply to Joerg Goltermann from comment #7) We've been using pf(4) on all our servers for about a decade and don't experience this problem with the following pf.conf entry: set block-policy drop I

sa6_recoverscope: embedded scope mismatch: ...

2024-12-21 Thread Bjoern A. Zeeb
Hi, having a machine currently getting two different routers on vtnet vs. wlan I started to get on main from a few days ago: kernel: [93592.190339] sa6_recoverscope: embedded scope mismatch: fe80:3::abcd:6fff:fe0c:1234%1. sin6_scope_id was overridden scope 0x1 is vtnet scope 0x3 is wlan How d

Re: per-FIB socket binding

2024-12-21 Thread Konstantin Belousov
On Sat, Dec 21, 2024 at 04:34:25PM +, Bjoern A. Zeeb wrote: > On Tue, 17 Dec 2024, Mark Johnston wrote: > > > Lately I've been working on adding FIB awareness to bind(2) and inpcb > > lookup. > > Below I'll describe the project a bit. Any feedback/comments/suggestions > > would > > be appre

Re: per-FIB socket binding

2024-12-21 Thread Mark Johnston
On Sat, Dec 21, 2024 at 04:34:25PM +, Bjoern A. Zeeb wrote: > On Tue, 17 Dec 2024, Mark Johnston wrote: > > > Lately I've been working on adding FIB awareness to bind(2) and inpcb > > lookup. > > Below I'll describe the project a bit. Any feedback/comments/suggestions > > would > > be appre

Re: per-FIB socket binding

2024-12-21 Thread Vadim Goncharov
On Sat, 21 Dec 2024 16:34:25 + (UTC) "Bjoern A. Zeeb" wrote: > On Tue, 17 Dec 2024, Mark Johnston wrote: > > > Lately I've been working on adding FIB awareness to bind(2) and > > inpcb lookup. Below I'll describe the project a bit. Any > > feedback/comments/suggestions would be appreciated.

Re: per-FIB socket binding

2024-12-21 Thread Jamie Landeg-Jones
"Bjoern A. Zeeb" wrote: > I wonder if anyone on FreeBSD is using FIBs to actually have multi-FIB > forwardig but that very little touches your use case apart from the mgmt > which again can be factored out better (or inversely, factoring out the > forwarding). > > I would honestly know who and h

[Bug 283450] ARP problem. Request transmission does not work (proxied arp) in varios virtual interface

2024-12-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283450 DYM changed: What|Removed |Added Summary|ARP problem |ARP problem. Request |

[Bug 252165] usb network and mii bus media status race condition

2024-12-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252165 --- Comment #54 from m...@netfence.it --- (In reply to Ali Abdallah from comment #45) I ditched the patch I was using and applied your latest patch to 14.1 and 14.2. After brief testing, it seems to be working (better than the former), but,