The following reply was made to PR kern/17; it has been noted by GNATS.
From: John Baldwin
To: bug-follo...@freebsd.org,
shah...@mellanox.com
Cc:
Subject: Re: kern/17: [ofed] [patch] Bug assigning HCA from IB to ETH
Date: Thu, 27 Jun 2013 14:10:42 -0400
Thanks, I think the sysfs fix
The following reply was made to PR kern/179901; it has been noted by GNATS.
From: Mikolaj Golub
To: Michael Gmelin
Cc: Mikolaj Golub , bug-follo...@freebsd.org
Subject: Re: kern/179901: [netinet] [patch] Multicast SO_REUSEADDR handled
incorrectly
Date: Thu, 27 Jun 2013 23:00:16 +0300
On Wed,
Hi,
I would like your comments about the attached patch. This allows
IFT_BRIDGE interfaces to accept ND6_IFF_AUTO_LINKLOCAL and
autoconfiguration of a link-local address with EUI-64 interface id.
One thing I am concerned about is the case when the parent interface
and the member interfaces
The network route uses your real interface, eg igb0. But the
interface IP's route is bound to lo0. So if you delete your interface
route, any packets sent to the interface IP will actually go out the
real interface. In an experiment, my ping times suggest that those
packets are actually going ou
Maybe we need to add some more generic APIs on NIC driver's ioctl, and
invoke it from ifconfig.
Or if you hate to add things on ifconfig, just make another command like
ethtool from scratch.
And driver can export driver specific things via sysctl, some driver
already doing in that way.
2013年6月27日木