Hi All
I discover the following problem: FreeBSD host install route recived by
ICMP-redirect from default GW and this route is permanents.
In my case FreeBSD 192.168.1.10/24 has 192.168.1.254 as default gateway.
This network has interconnection with remote network 192.168.88.0/24 via
some o
On 25/09/2019 17:09, Luigi Rizzo wrote:
> As others have commented changing the ABI is a no-go.
> However the command structure can be extended:
> - define a new type, say DN_LINK64, and a new struct dn_link64 with a
> 64-bit bw field;
> - modify the kernel to accept the new type in addition to DN_
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194453
--- Comment #10 from Andriy Gapon ---
This problem with dummynet still exists.
Here is a recent mailing list discussion with some ideas:
http://docs.freebsd.org/cgi/mid.cgi?a1c0ac18-1290-a109-1c46-c8d6047cd8c1
--
You are receiving this ma
Hi,
I'm on FreeBSD 13.0 CURRENT...I made some changes in tcp codebase and tried
to recompile:
cd /usr/src
make buildworld buildkernel
I get the following error - any ideas/pointers highly appreciated.
Thank you!
---