netlink: move NETLINK define to opt_global.hMove the NETLINK define into opt_global.h so we can rely on it beingset correctly, without having to remember to include opt_netlink.h.This ensures tha
netlink: move NETLINK define to opt_global.hMove the NETLINK define into opt_global.h so we can rely on it beingset correctly, without having to remember to include opt_netlink.h.This ensures that the NETLINK define is correctly set. If not wemay end up with unloadable modules, due to missing symbols (such asnlmsg_get_group_writer).PR: 274306Reviewed by: imp, markjMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D42179(cherry picked from commit ab393e9548f8cc0ee28499c411963b798ebb38a5)
show more ...
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
netlink: use netlink mbufs in the mbuf chains.Continue D40356 and switch the remaining parts of mbuf-relatedcode to the Netlink mbufs.Reviewed By: gallatinDifferential Revision: https://reviews
netlink: use netlink mbufs in the mbuf chains.Continue D40356 and switch the remaining parts of mbuf-relatedcode to the Netlink mbufs.Reviewed By: gallatinDifferential Revision: https://reviews.freebsd.org/D40368MFC after: 2 weeks