[Bug 263982] IPv6 Router Advertisement - Route Information Option

2022-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263982 --- Comment #2 from Zhenlei Huang --- (In reply to Filipe Mendonça from comment #0) > Is it possible to support this option in FreeBSD kernel? It's defined in > RFC4191 and > supported in other OS such as Linux, Windows, macOS... A quick

Problem reports for n...@freebsd.org that need special attention

2022-12-18 Thread bugzilla-noreply
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

Re: Propose a new stage `vnet_shutdown` before `vnet_destroy`

2022-12-18 Thread James Gritton
On 2022-12-18 00:01, Zhenlei Huang wrote: I'm currently working on route nexthop caching feature for tunneling interfaces such as if_gif, if_gre, if_vxlan, and potentially if_wg. I encounter a nasty bug related to VNET lifecycle. More preciously I'd like to call `rib_unsubscribe()` to unsubscribe

Propose a new stage `vnet_shutdown` before `vnet_destroy`

2022-12-18 Thread Zhenlei Huang
Hi, I'm currently working on route nexthop caching feature for tunneling interfaces such as if_gif, if_gre, if_vxlan, and potentially if_wg. I encounter a nasty bug related to VNET lifecycle. More preciously I'd like to call `rib_unsubscribe()` to unsubscribe route event when the interface tunn