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

2016-09-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219 Sean Bruno changed: What|Removed |Added Keywords||IntelNetworking -- You are receiving

Re: =ping: sendto: Can't assign requested address= in fib spaces

2016-09-14 Thread Alan Somers
That "Can't assign requested address" suggests that the problem might have nothing to do with fibs. Can you show us your "ifconfig" output? It would also help to know what local address ping is trying to assign. You can figure that out by doing "setfib 2 ktrace ping 8.8.8.8; kdump" and searching

Re: =ping: sendto: Can't assign requested address= in fib spaces

2016-09-14 Thread zjef
Hello Alan, thank you for guidelines. Here are some outputs from box: uname -a FreeBSD bp 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r305382: Tue Sep 6 03:03:40 CEST 2016 root@fb12-bpim1:/freebsd/crochet-freebsd/work/obj/arm.armv6/usr/src/sys/MYKERNEL arm ifconfig -a dwc0: flags=8843 metric 0

unable to use BPF Just-In-Time compiler

2016-09-14 Thread KrishnamRaju ErapaRaju
Hi, I want to use BPF JIT Kernel APIs in FreeBSD(like: bpf_jitter(), etc..), for implementing TCP connection packet filtering. I have followed below instructions as specified in: https://lists.freebsd.org/pipermail/freebsd-current/2005-December/058603.html STEPS followed: -