[Bug 204437] 10.2 STABLE Crashing with IPSec Support

2015-11-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204437 --- Comment #13 from emeric.pou...@stormshield.eu --- Created attachment 163350 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163350&action=edit Fix race in in_pcbrele_wlocked We are now sure there is a race in in_pcbrele_wlocke

Broken gif configuration compatibity

2015-11-20 Thread Eugene Grosbein
Hi! I've just upgraded my 9.3-STABLE system to 10.2-STABLE and found that my gif-interfaces no longer have "inet" IP addresses after boot. "tunnel" addresses are still assigned. I've digged this and found small bug in the commint https://svnweb.freebsd.org/base?view=revision&revision=253924 that

porting of dladm

2015-11-20 Thread Gibheer
Hi FreeBSD networker, for some years now, I'm using FreeBSD coming from OpenSolaris and later OmniOS. The one thing I'm missing after all this time is the network handling. VIMAGE was a big step forward around 2010/2011, but it is still not at the point where crossbow on Illumos already is. Also

Outgoing packets being sent via wrong interface

2015-11-20 Thread Daniel Bilik
Hi. (Please keep me in CC as I'm not subscribed to freebsd-net@.) A router running recent 10-stable configured like this... re0: flags=8843 metric 0 mtu 1500 options=8209b ether 90:2b:34:bb:b2:e7 inet 82.x.y.50 netmask 0xfff0 broadcast 82.x.y.255 nd6 options=29 medi

Re: Outgoing packets being sent via wrong interface

2015-11-20 Thread Kristof Provost
> On 20 Nov 2015, at 15:55, Daniel Bilik wrote: > Any hints on how to debug and/or solve the problem, when it happens? Can you post your pf rules too? Thanks, Kristof ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/

Re: porting of dladm

2015-11-20 Thread dan_partelly
As I am not that good to decide if that is a good approach or not, I > will start porting it to freebsd and on the way figure out, what might > be good to change to make it work in a better way. > > http://illumos.org/man/1M/dladm > > dladm is implemented as a client/server program, where the s

Re: Outgoing packets being sent via wrong interface

2015-11-20 Thread Daniel Bilik
On Fri, 20 Nov 2015 16:18:10 +0100 Kristof Provost wrote: > Can you post your pf rules too? Sure, pf.conf attached. -- Dan int_if="re1" ext_if="re0" vpn_if="tap0" ext_addr="82.x.y.50" int_net="192.168.2.0/24" vpn_net="{ 192.168.1.0/24, 192.168.4.0

[Bug 204437] 10.2 STABLE Crashing with IPSec Support

2015-11-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204437 --- Comment #14 from Cassiano Peixoto --- (In reply to emeric.poupon from comment #13) Hi emeric, Did you check my debug? are you sure we are talking about the same issue? Should i test this patch? Have i just recompile kernel or buidworl

[Bug 204437] 10.2 STABLE Crashing with IPSec Support

2015-11-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204437 --- Comment #15 from emeric.pou...@stormshield.eu --- Hi, Yes I am talking about the same issue. Just rebuild the kernel with this patch, and please let me know the results. -- You are receiving this mail because: You are the assignee for

[Bug 204453] panic: vnic0: Received packet fragment with NULL mbuf from ThunderX VNIC driver

2015-11-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204453 Ed Maste changed: What|Removed |Added Assignee|freebsd-net@FreeBSD.org |z...@freebsd.org --- Comment #1 from Ed