Re: git: c597432e2297 - main - route(8): convert to netlink
- In reply to: John Baldwin : "Re: git: c597432e2297 - main - route(8): convert to netlink"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Mar 2023 17:56:07 UTC
On Tue, Mar 28, 2023 at 10:47:08AM -0700, John Baldwin wrote: J> >> Did you make sure that netlink is either included in all kernel J> >> configurations or automatically loaded on first use? J> > Not exactly. Sorry for the breakage, I reverted route(8) back to rtsock till I address all the issues. J> > /Alexander J> J> I would encourage you btw to add NETLINK to GENERIC on all arches and J> maybe try to autoload netlink.ko in tools that default to using J> netlink. There's nothing inherently MD about netlink, so I would J> switch all arches at once. I think it's also good to do it soon J> in main so we can get some testing in now before 14.0. The netlink.ko is being autoloaded correctly. The issue is within the route(8) patch itself. -- Gleb Smirnoff