Re: RFC 5549?
On 24.10.2018 23:10, Donald Sharp wrote: > All - > > The FRRouting project has some basic support for rfc 5549 and I've > been asked to see if it is possible to get this bit of code working > with the FRRouting freebsd kernel interface. What is RFC 5549 you > ask? The tl;dr of it is that you have v4 prefixes w/ a v6 gateway. > For some more background the linux implementation cheats ( and I would > like to emphatically point out that I'm not suggesting this solution, > I'm giving the linux solution to the problem as a data point to how it > was solved in one instance ) by installing a neighbor entry for > `169.254.0.1 ` and > when installing the v4 prefix we see the v6 nexthop and replace it > with `169.254.0.1 ` in the netlink message to the > kernel. Is support of RFC 5549 possible in Freebsd? Hi, I have thought a bit about this, and have some ideas how implement this. In general we can install into the kernel routes that has IPv6 address as gateway for IPv4 (currently this is not allowed by default, but it is easy to allow). So, as a routing daemon developer you can use generic API to install routes where RTAX_GATEWAY is IPv6 address. Then we need to modify ip_forward, ip_output, ip_tryforward to correctly handle such routes. layer2 output routines should already correctly handle IPv4 packets that are going trough the IPv6 gateway and it will use ND6 lookup code to obtain Layer2 addresses. The most complex it seems will the modification of ip_tryforward code, since it is optimized for IPv4 and doesn't have enough room for extending. With such changes IPv6 only router should be able to do IPv4 forwarding. The problems that come to mind are inability to correctly send ICMP messages, since there are no IPv4 addresses that can be used as IPv4 source, and how existing programs will handle such routes when they will appear in a routing socket. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature
[Bug 233771] Intel x553 100baseTX full-duplex mode not supported
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233771 --- Comment #9 from Jérôme-Charles LALLEMAND --- I have not find anywhere that the card support enforcing 100M-Full. As you said, it might only support 100M Autoneg. We'll use it with in 100M-Auto configuration. Thanks for your support. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
OpenBSD potential Business Clients
Hi, Hope this email finds you well. Would you be interested in acquiring our recently verified data of OpenBSD Users List? Each Contact Includes: Names, Title, Email, Phone, Company Name, Company URL and Company physical address, SIC Code, Industry, Company Size (Revenue and Employee). We also have related technology users like: Google Sheets,Slider, PeopleSoft, Fonts.com, Wistia, Polldaddy and many more. Please let me know and share your thoughts, if you are interested so that I will get back to you with the counts, sample and pricing in detail. Note: If you sign up before CHRISTMAS Day, we can provide a discount of 30% on the list purchase. Regards, Melissa Smith Sr. Lead Generation To delist from this mailing list reply with subject line "Remove" ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
[Bug 233952] jme NICs non functional after 11.2 to 12.0 upgrade
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233952 Kubilay Kocak changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"