Hi!
What I need to do to include this patch to main source tree?
--
Rozhuk Ivan
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org
I am having issues when I add 3 vlans (all off of em1) to bridge0.
[1] when I ping ips on 2 of the 3 vlans, I get a redirect from localhost
and then a dup
# ifconfig bridge0 10.7.0.1/16
# ping 10.7.1.31 (which lives on vlan714)
PING 10.7.1.31 (10.7.1.31): 56 data bytes
36 bytes from localhost
Hi, we ported the nvidia ethernet driver to our product. It's been OK until
recently we ran into an error condition where packets would get dropped
quietly.
The root cause resides in the nfe_encap() routine, where we call nfe_defrag()
to
try to reduce the length of the mbuf chain to 32, if it
There is a sort of confusion in the kernel and in netgraph I see as to
whether a vlan packet has a vlan header on it or has a M_VLANTAG tag
on it.
For example the ng_vlan netgraph node prepends a real vlan header, and if
it were to be handed an mbuf with a M_VLANTAG associated with it, it would
I am in need of immediate help and while I rarely post on boards or lists (I
promise I'll start sharing more of my own wisdom in the future), this issue has
me stumped like no other. First of all, I need multiple gateways. Yes, I
understand there is no such thing as multiple "default" gateways a
On 12/16/10 10:32 PM, Jayster wrote:
I am in need of immediate help and while I rarely post on boards or lists (I promise I'll
start sharing more of my own wisdom in the future), this issue has me stumped like no
other. First of all, I need multiple gateways. Yes, I understand there is no such
On Friday 17 December 2010 07:32:49 Jayster wrote:
[ fine comments on our OS trimmed ]
> Now the issue. Without too much detail, my device has 4 GigE ports on it.
> Each will be attached to a routed network. There is NO routing required
> between networks inside the box (not a router or firewall)