[Bug 233015] arp -s weird error with non-local IPs

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233015 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 143622] [pfil] [patch] unlock pfil lock while calling firewall hooks

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143622 Kristof Provost changed: What|Removed |Added CC||k...@freebsd.org --- Comment #5

Re: Long-lived connections over WiFi get stuck

2018-11-08 Thread Bjoern A. Zeeb
On 8 Nov 2018, at 19:14, Yuri wrote: I have the problem that vnc-over-ssh connection from the laptop on WiFi gets stuck regularly, while the local browser on the laptop still works fine. Eventually vnc-over-ssh either disconnects, or can be revived by pulling the WiFi card out and putting it

[Bug 219250] [Panic] panic: in6_ifattach_linklocal: ia == NULL (assigning ipv6 addresses)

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219250 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: vangyzen Date: Thu Nov 8 19:50:23 UTC 2018 New revision: 340257 URL: https://svnweb.freebsd.org/changeset/base/340257 Log: in6_ifattach_linklocal: han

Long-lived connections over WiFi get stuck

2018-11-08 Thread Yuri
I have the problem that vnc-over-ssh connection from the laptop on WiFi gets stuck regularly, while the local browser on the laptop still works fine. Eventually vnc-over-ssh either disconnects, or can be revived by pulling the WiFi card out and putting it back in. The only difference between

[Bug 233022] [em][netmap] 12-BETA2 can not finish netmap transmission

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233022 Stephen Hurd changed: What|Removed |Added Assignee|n...@freebsd.org |sh...@freebsd.org Stat

[Bug 227720] Kernel panic in ppp server

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720 --- Comment #37 from Franck Rousseau --- Thanks for the fast reply! Not sure if I continue here or in bug #230498 but since this is still related to PPP, I put it here. I only had 15 min to test, but it crashed right away on the first try.

[Bug 219250] [Panic] panic: in6_ifattach_linklocal: ia == NULL (assigning ipv6 addresses)

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219250 Rodney W. Grimes changed: What|Removed |Added CC||n...@freebsd.org -- You are re

[Bug 219250] [Panic] panic: in6_ifattach_linklocal: ia == NULL (assigning ipv6 addresses)

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219250 Eric van Gyzen changed: What|Removed |Added Assignee|n...@freebsd.org |vangy...@freebsd.org

[Bug 233072] ipfw table 1 create type number: Table creation failed: Operation not supported

2018-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233072 Bug ID: 233072 Summary: ipfw table 1 create type number: Table creation failed: Operation not supported Product: Base System Version: 11.2-STABLE Hardware: Any

Re: ix0 (iflib) vlans @ head & 12-stable

2018-11-08 Thread Lev Serebryakov
On 08.11.2018 13:11, Oleg Bulyzhin wrote: > current ixgbe driver is using iflib and has IFCAP_VLAN_HWFILTER > enabled by default. > > /sys/net/iflib.c iflib_vlan_[un]register() functions have this code: > > /* Re-init to load the changes */ > if (if_getcapenable(ifp) & IFCAP_VLAN

ix0 (iflib) vlans @ head & 12-stable

2018-11-08 Thread Oleg Bulyzhin
While testing 12-stable i've found following: current ixgbe driver is using iflib and has IFCAP_VLAN_HWFILTER enabled by default. /sys/net/iflib.c iflib_vlan_[un]register() functions have this code: /* Re-init to load the changes */ if (if_getcapenable(ifp) & IFCAP_VLAN_HWFILTER)