[Bug 220078] [patch] [panic] [ipfw] repeatable kernel panic due to unlocked INADDR_TO_IFP usage

2017-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220078 --- Comment #18 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Wed Sep 20 22:35:28 UTC 2017 New revision: 323839 URL: https://svnweb.freebsd.org/changeset/base/323839 Log: Use in_localip() function instea

[Bug 220076] [patch] [panic] [netgraph] repeatable kernel panic due to a race in ng_iface(4)

2017-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220076 Eugene Grosbein changed: What|Removed |Added CC||freebsd-net@FreeBSD.org

Semantics of SIOCDELMULTI from an Ethernet Driver Perspective

2017-09-20 Thread Somayajulu, David
Hi, Am I correct that it is the following: 1. Delete any multicast addresses programmed in HW which are not present in ifp->if_multiaddrs. 2. Update the multicast addresses to be accepted by HW with those in ifp->if_multiaddrs For SIOCADDMULTI, we skip #1. In either case ifp->if_m

[Bug 213814] AWS/EC2: no egress traffic stats on ixv(4)

2017-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213814 Ben Hood changed: What|Removed |Added CC||b...@relops.com --- Comment #17 from Be

tcp_extensions="NO"

2017-09-20 Thread Michał Jędrzejczak
Hello folks What is reason to set in rc.conf that extensions? tcp_extensions="NO" When that disable old and obsolete rfc 1323 ? https://tools.ietf.org/html/rfc1323 Source from /etc/defaults/rc.conf: tcp_extensions="YES"# Set to NO to turn off RFC1323 extensions. -- Pozdrawiam Mi