Re: how do you bring IPv6 live without reboot?

2007-06-22 Thread Mike Makonnen
On Wed, Jun 20, 2007 at 09:48:06AM +1000, George Michaelson wrote: > > on a 6-STABLE host, I added: > > ipv6_enable="YES" > ipv6_network_interfaces="bge1" > > to rc.conf, and ran /etc/rc.d/network_ipv6 > > this did not bring IPv6 live. rtsol reported problems with get_llflag() > c

Re: how do you bring IPv6 live without reboot?

2007-06-22 Thread ghozzy
On 6/22/07, Mike Makonnen <[EMAIL PROTECTED]> wrote: On Wed, Jun 20, 2007 at 09:48:06AM +1000, George Michaelson wrote: > > on a 6-STABLE host, I added: > > ipv6_enable="YES" > ipv6_network_interfaces="bge1" > > to rc.conf, and ran /etc/rc.d/network_ipv6 > > this did not bring IPv6 live. rtsol re

Vimage virtual networking and 7.0

2007-06-22 Thread Julian Elischer
In the future I am hoping to be able to use vimage in our products. They are based at the moment on 6.1, but I can see in a year they will be based on 7.x. Patches for 7.0 and vimage are currently available in perforce. What I would like to see is if there are any parts of that patch that wo

Re: how do you bring IPv6 live without reboot?

2007-06-22 Thread Bruce M. Simpson
ghozzy wrote: I've found a way: # sysctl net.inet6.ip6.auto_linklocal=1 # ifconfig em0 down up will assign link-local address to interface. after all required interfaces have link-local addresses, run /etc/rc.d/network_ipv6 start and all will be set ! :) Well, this may work now, however, don't

Re: Vimage virtual networking and 7.0

2007-06-22 Thread Bruce M. Simpson
Julian Elischer wrote: In the future I am hoping to be able to use vimage in our products. They are based at the moment on 6.1, but I can see in a year they will be based on 7.x. Patches for 7.0 and vimage are currently available in perforce. What I would like to see is if there are any parts

Re: Vimage virtual networking and 7.0

2007-06-22 Thread Julian Elischer
Bruce M. Simpson wrote: Julian Elischer wrote: In the future I am hoping to be able to use vimage in our products. They are based at the moment on 6.1, but I can see in a year they will be based on 7.x. Patches for 7.0 and vimage are currently available in perforce. What I would like to see

[6.x] problem with AIO, non-blocking sockets on freebSD and IE7 on windows.

2007-06-22 Thread Julian Elischer
If one has an event-driven process that accepts tcp connections, one needs to set eh non-blocking socket option and use kqueue or similar to schedule work. This is ok for data transfers, however when it comes to the close() call there is a problem. The problem in in the following code in s

watchdog timeout problem with freebsd 6.2-stable and v6.4.1 if_em driver

2007-06-22 Thread Andrew Snow
Hi, I have a problem with Pro/1000 cards in Freebsd, as follows: System: Supermicro 1RU server CPU: Intel(R) Core(TM)2 CPU 4400 @ 2.00GHz OS: FreeBSD 6.2-STABLE (Tue May 29 03:19:28 EST 2007) amd64 (64 bit mode, SMP kernel) Driver: 6.4.1 kernel module (downloaded from Intel's

Re: how do you bring IPv6 live without reboot?

2007-06-22 Thread George Michaelson
On Sat, 23 Jun 2007 00:39:46 +0100 "Bruce M. Simpson" <[EMAIL PROTECTED]> wrote: > The fact that it does work at all is to do with how protocol domain > attach works with struct ifnet. I am thinking that in future a lot of > this should change, in order to avoid a number of issues we currently

Re: Vimage virtual networking and 7.0

2007-06-22 Thread Milan Obuch
On Saturday 23 June 2007, Julian Elischer wrote: > Bruce M. Simpson wrote: > > Julian Elischer wrote: > >> In the future I am hoping to be able to use vimage in our products. > >> They are based at the moment on 6.1, but I can see in a year they will > >> be based on 7.x. > >> > >> Patches for 7.0