Re: Undocumented netgraph `cmd' flags ?
On Mon, Oct 31, 2011 at 10:31:25PM -0700, Julian Elischer wrote:
J> NGM_HASREPLY is not used that I can see in the kernel. It may be a
J> historical artifact or
J> maybe only used in the library as a hint.
I introduced NGM_HASREPLY. Yes, it is used in library, to make repliable
messages synchronous, as they were in RELENG_4. Applications like mpd
rely on that fact.
--
Totus tuus, Glebius.
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
Relevant Pages
- Re: new panic in cpu_reset() with WITNESS
... that happens on shutdown if ... I can confirm that I can reboot succesfully with a new kernel ... Totus tuus, Glebius. ... (freebsd-current) - Re: if_bridge.ko requires INET6...
... >>> glebius> If you have compiled the modules as part of buildkernel ... The other was in the> pf module -- pflog would be lost as it didn't have a separate module. ... > The essence of the first issue is that the set of source files> for a module cannot depend on kernel options, unlike for the main> kernel file. ... (freebsd-net) - Re: if_bridge.ko requires INET6...
... >>> glebius> If you have compiled the modules as part of buildkernel ... The other was in the> pf module -- pflog would be lost as it didn't have a separate module. ... > The essence of the first issue is that the set of source files> for a module cannot depend on kernel options, unlike for the main> kernel file. ... lookint at the code in if_gif.c it seems that compiling it with INET6 does not define any new symbols but only adds some code paths within existing functions, so i don't exactly understand why the load failure. ... (freebsd-net) - Re: if_bridge.ko requires INET6...
... >> glebius> If you have compiled the modules as part of buildkernel ... The other was in the pf module -- pflog would be lost as it didn't have a separate module. ... The essence of the first issue is that the set of source files for a module cannot depend on kernel options, unlike for the main kernel file. ... (freebsd-net) - Re: if_bridge.ko requires INET6...
... glebius> If you have compiled the modules as part of buildkernel ... glebius> target, then all options from kernel would apply to all ... (freebsd-net) |
|