[Bug 166255] [net] [patch] It should be possible to disable "promiscuous mode enabled" messages

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 25 09:19:05 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166255

--- Comment #19 from Nick Hibma <nick at van-laarhoven.org> ---
I did miss it, but it works without it:

   nick at fimkjecurrent:/usr/home/nick % sysctl
net.link.log_promisc_mode_change=1
   sysctl: oid 'net.link.log_promisc_mode_change' is a read only tunable
   sysctl: Tunable values are set in /boot/loader.conf
   nick at fimkjecurrent:/usr/home/nick % sysctl net.link.log_promisc_mode_change
   net.link.log_promisc_mode_change: 0
   nick at fimkjecurrent:/usr/home/nick % grep promisc /boot/loader.conf
   net.link.log_promisc_mode_change="0"

I checked a few other source files and it's a mixed bag. I'll leave it at this.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list