George Neville-Neil wrote:
>
>On Jul 7, 2012, at 23:31 , Julian Stecklina wrote:
>
>> Hello,
>>
>> do you know of a TCP regression test suite with IPv6 support?
>>
>
>Alas, not a good one.
And bad ones? ;-)
--
Sent from my phone. Please excuse my brevity.
__
Hi.
On 13.07.2012 04:39, Jason Wolfe wrote:
bge0: mem
0xf6bf-0xf6bf,0xf6be-0xf6be,0xf6bd-0xf6bd irq
32 at device 0.0 on pci3
bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E
miibus0: on bge0
bge0: Ethernet Address: xx:xx:xx:xx:xx:xx
...
bge0: watchdog
Yuri wrote:
> I have the simplest possible DHCP setup: ifconfig_re0="DHCP" in
> /etc/rc.conf.
>
> When the system boots, it gets connected fine.
>
> Now, I disconnect my laptop and connect it to another network.
> When cable is disconnected, IP address of this interface stays the same,
> old o
I did a quick file download test on the LRO-enabled device (forwarding is
turned on) and there's no perceive drop-off in forwarding performance.
The test is very unscientific (over the Internet) as I don't have access to a
local test bed where I can do more in-depth testing.
Sysctl LRO stats ga
Hi,
I have an HP ProLiant DL360p Gen8 server in my possession for testing,
and it appears the Broadcom NetXtreme BCM5719 doesn't yet have
support. I noticed someone asking about server support on
freebsd-questions last month, but it didn't garner much attention.
Played around with 8.3-RELEASE, 8-
On Thu, Jul 12, 2012 at 03:25:07PM -0700, Chris Benesch wrote:
> Maybe another option to dhclient to have it poll the interface every 2-3
> seconds to see if it has lost a link and if so, set the lease timer to be
> expired, and wait for it to come back and once it does, it will acquire a
> new add
Maybe another option to dhclient to have it poll the interface every 2-3
seconds to see if it has lost a link and if so, set the lease timer to be
expired, and wait for it to come back and once it does, it will acquire a
new address.
___
freebsd-net@freeb
On Thu, Jul 12, 2012 at 02:01:51PM -0700, Freddie Cash wrote:
> There's also:
>
> service netif restart re0
Does devfs expose loss-of-link events?
If so, one would think that one could script something that watches for
link-up notifications...
(I don't know about devfs anywhere near as much as
I work with an old version of AIX all day, there are no shortcuts :(
On Thu, Jul 12, 2012 at 2:01 PM, Freddie Cash wrote:
> On Thu, Jul 12, 2012 at 1:52 PM, Chris Benesch
> wrote:
> > Thats pretty standard for BSD and most Unixes. DHCP hands out leases
> for a
> > specified period of time, so
On Thu, Jul 12, 2012 at 1:52 PM, Chris Benesch wrote:
> Thats pretty standard for BSD and most Unixes. DHCP hands out leases for a
> specified period of time, so unless there is a reason to reset it, it
> wont. Windows does that, but it is designed more as a client / user facing
> OS whereas BSD
On 07/12/2012 01:50 PM, George Neville-Neil wrote:
>
> On Jul 12, 2012, at 14:28 , Doug Barton wrote:
>
>> While y'all are looking at MTU (which is an increasingly important topic
>> as we move into a Gig+ world) I'm wondering what our support is for
>> https://tools.ietf.org/html/rfc4821 ?? I as
Thats pretty standard for BSD and most Unixes. DHCP hands out leases for a
specified period of time, so unless there is a reason to reset it, it
wont. Windows does that, but it is designed more as a client / user facing
OS whereas BSD is designed to run in the background silently serving you
cont
On Jul 12, 2012, at 14:28 , Doug Barton wrote:
> While y'all are looking at MTU (which is an increasingly important topic
> as we move into a Gig+ world) I'm wondering what our support is for
> https://tools.ietf.org/html/rfc4821 ?? I asked this a while back and
> never got an answer.
>
> This m
On Jul 12, 2012, at 12:55 , Jason Hellenthal wrote:
>
>
> On Thu, Jul 12, 2012 at 10:55:16AM -0400, George Neville-Neil wrote:
>>
>> On Jul 11, 2012, at 17:57 , Navdeep Parhar wrote:
>>
>>> On 07/11/12 14:30, g...@freebsd.org wrote:
Howdy,
Does anyone know the reason for this
I have the simplest possible DHCP setup: ifconfig_re0="DHCP" in
/etc/rc.conf.
When the system boots, it gets connected fine.
Now, I disconnect my laptop and connect it to another network.
When cable is disconnected, IP address of this interface stays the same,
old one is not removed.
When I p
While y'all are looking at MTU (which is an increasingly important topic
as we move into a Gig+ world) I'm wondering what our support is for
https://tools.ietf.org/html/rfc4821 ?? I asked this a while back and
never got an answer.
This method of PMTUD is really important given the massive (stupid)
On Jul 12, 2012, at 12:55 PM, Jason Hellenthal wrote:
> Something else to look into ...
>
> # ifconfig lagg0 mtu 1492
> ifconfig: ioctl (set mtu): Invalid argument
>
> This is on stable/8 r238264 when the interface was up/up and down/down
>
> Also attempted on the member interfaces dc0 and dc1
On Thu, Jul 12, 2012 at 10:55:16AM -0400, George Neville-Neil wrote:
>
> On Jul 11, 2012, at 17:57 , Navdeep Parhar wrote:
>
> > On 07/11/12 14:30, g...@freebsd.org wrote:
> >> Howdy,
> >>
> >> Does anyone know the reason for this particular check in
> >> ip_output.c?
> >>
> >>if (rte !=
On Wed, Jul 11, 2012 at 9:45 PM, Sami Halabi wrote:
> Hi,
> Thank your for your response.
>
> i have 2 questions:
> 1. can you explain the looping method that allowed you to reach 100GB ?
> 2. Alcatel-Lucent is routers are given for research internationally ? or
> its locally? what routers we are
On Jul 11, 2012, at 17:57 , Navdeep Parhar wrote:
> On 07/11/12 14:30, g...@freebsd.org wrote:
>> Howdy,
>>
>> Does anyone know the reason for this particular check in
>> ip_output.c?
>>
>> if (rte != NULL && (rte->rt_flags & (RTF_UP|RTF_HOST))) {
>> /*
>> * This
20 matches
Mail list logo