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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo