[patch] NAT hole punching, RFC 4787, and PF/LibAlias/IPFILTER

2017-06-11 Thread Damjan Jovanovic
Hi Gaming, VoIP, WebRTC, peer to peer, and many other UDP applications, require the ability to send to and receive from multiple peers through a single UDP socket, and/or communicate the address of this socket to others so they know where to transmit to. Historically NAT usually got in the way, b

[Bug 146037] [panic] mpd + CoA = kernel panic

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146037 Eugene Grosbein changed: What|Removed |Added Status|In Progress |Open CC|

[Bug 186114] net/mpd5 hangs after a certain number of users connect

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114 --- Comment #20 from Eugene Grosbein --- (In reply to Cassiano Peixoto from comment #19) I've performed heavy stress-test of mpd-5.8 under FreeBSD 11.0-STABLE without usage of RADIUS and found no problems. Can you try 11.0-BETA1? -- You

[Bug 199096] Kernel panic after some time using mpd (netgraph) and ipfw

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199096 Eugene Grosbein changed: What|Removed |Added Status|New |Open CC|

[Bug 200382] Loading netgraph via bsnmpd, etc can cause domain to be registered after domain_finalize has been called

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200382 Eugene Grosbein changed: What|Removed |Added CC||eu...@freebsd.org --- Comment #2

[Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 Sean Bruno changed: What|Removed |Added Status|Open|In Progress --- Comment #25 from Sean

[Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 --- Comment #26 from Eric Joyner --- I don't think the posted patch applies as-is to HEAD, but I think the change is still straightforward. I can commit it. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 --- Comment #27 from Eric Joyner --- Actually, looking at em_if_enable_intr() in CURRENT, do we need to have the IMS_ENABLE_MASK in 82574 in MSI-X mode? I think all of the causes that 82574 needs are covered in the Tx0/Rx0/Tx1/Rx1/Other cau

Enable IPv6 Privacy Extensions by default

2017-06-11 Thread Tijl Coosemans
Hi, I recently got a new modem/router from my ISP that supports IPv6. Added ifconfig_em0_ipv6="inet6 accept_rtadv" and rtsold_enable="YES" to /etc/rc.conf like the handbook says and now all my FreeBSD systems have an IPv6 address. \o/ I also added these lines to /etc/sysctl.conf to enable tempor

[Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 --- Comment #28 from Eric Joyner --- And sorry about the comment spam, but I think a better fix (at least on CURRENT), is to set bit 24 in adapter->ims in em_if_msix_intr_assign. It looks like that doesn't get set in IMS, so the "other" cau

[Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 --- Comment #29 from Eric Joyner --- (I think this is the bit that EM_MSIX_MASK has that adapter->ims in the current version does not.) -- You are receiving this mail because: You are the assignee for the bug.

Problem reports for freebsd-net@FreeBSD.org that need special attention

2017-06-11 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 211219] NIC status does not pass into a state of "no carrier" after disconnecting the cable.

2017-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 --- Comment #30 from Sean Bruno --- (In reply to Eric Joyner from comment #29) Franco is specifically requesting an update to stable/11 and the release. Specifically, look at Comment #20 -- You are receiving this mail because: You are th

Re: Enable IPv6 Privacy Extensions by default

2017-06-11 Thread Bjoern A. Zeeb
On 11 Jun 2017, at 19:59, Tijl Coosemans wrote: > Hi, > > I recently got a new modem/router from my ISP that supports IPv6. Added > ifconfig_em0_ipv6="inet6 accept_rtadv" and rtsold_enable="YES" to > /etc/rc.conf like the handbook says and now all my FreeBSD systems have > an IPv6 address. \o/ >