Looking for a freelancer to do some netgraph stuff

2016-05-25 Thread Nomad Esst via freebsd-net
HiI'm looking for some one to help us develop an application based on netgraph 
(you will be payed). Please let me know if you are interested.
Thanks in advance.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


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

2016-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166255

--- Comment #17 from commit-h...@freebsd.org ---
A commit references this bug:

Author: n_hibma
Date: Wed May 25 09:00:06 UTC 2016
New revision: 300670
URL: https://svnweb.freebsd.org/changeset/base/300670

Log:
  Change net.link.log_promisc_mode_change to a read-only tunable

  PR:   166255
  Submitted by: eugen.grosbein.net
  Obtained from:hselasky
  MFC after:3 days

Changes:
  head/sys/net/if.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


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

2016-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166255

--- Comment #18 from eu...@grosbein.net ---
(In reply to commit-hook from comment #17)

You have missed TUNABLE_INT line from my patch, don't you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


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

2016-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166255

--- Comment #19 from Nick Hibma  ---
I did miss it, but it works without it:

   nick@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@fimkjecurrent:/usr/home/nick % sysctl net.link.log_promisc_mode_change
   net.link.log_promisc_mode_change: 0
   nick@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.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


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

2016-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166255

Chris Hutchinson  changed:

   What|Removed |Added

 CC||portmas...@bsdforge.com

--- Comment #20 from Chris Hutchinson  ---
Sorry to arrive at the party so late.
But IMHO this is *really* an issue better targeted to a (sys)logger facility.
No? Wouldn't it be fairly trivial to simply *filter* out unwanted messages,
rather than adding yet another KNOB to the kernel?

Again. Sorry for showing up so late. But I felt strongly about it. So I
felt compelled say something.

Thanks for your time.

--Chris

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"