Mike Karels wrote:
> Comments are welcome on the review. I will wait a couple of days
> for comments before proceeding. I am also interested in comments on
> whether this should be MFC'ed to 13-stable after a suitable delay.
Personally, if an MFC isn't too timeconsuming to do, and there are no
To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
Long ago (4.2BSD), the IP broadcast address was the lowest address on a
network, the one with a host part of 0. In RFC1122, the broadcast address
was standardized using a host part of all ones. 4.3BSD changed its
default, and made the broadcast address settable with ifconfig. However,
FreeBSD *s
Hello,
on one of my production stable/13 setups, MTU definitions from the
routing table aren't respected (anymore?).
I always had jumbo frames enabled and set a fixed MTU for routed
destinations.
No issues with stable/13 until april I guess (but I never checked for
'too big" ICMP6 messages bef
On 11/09/2021 21:40, Mark Johnston wrote:
On Sat, Sep 11, 2021 at 09:25:42PM +0300, Andriy Gapon wrote:
So, this is what I've got:
diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c
index e53b0367960b..11ee03703407 100644
--- a/sys/kern/sys_socket.c
+++ b/sys/kern/sys_socket.c
@@ -210,7