Re: ifconfig(8) tunnel and address families

2011-05-18 Thread Todd T. Fries
Penned by Stuart Henderson on 20110516 5:59.19, we have: | Re http://permalink.gmane.org/gmane.os.openbsd.misc/185629 | To set IPv6 tunnel endpoints for gif/gre, you have to use | syntax like "ifconfig gif0 inet6 tunnel 1::1 2::2" rather | than just "ifconfig gif0 tunnel 1::1 2::2". | | This is b

Re: ifconfig(8) tunnel and address families

2011-05-17 Thread David Coppa
On Mon, May 16, 2011 at 12:59 PM, Stuart Henderson wrote: > Re http://permalink.gmane.org/gmane.os.openbsd.misc/185629 > To set IPv6 tunnel endpoints for gif/gre, you have to use > syntax like "ifconfig gif0 inet6 tunnel 1::1 2::2" rather > than just "ifconfig gif0 tunnel 1::1 2::2". > > This is b

Re: ifconfig(8) tunnel and address families

2011-05-16 Thread Andreas Bartelt
Hello Stuart, On 05/16/11 12:59, Stuart Henderson wrote: Re http://permalink.gmane.org/gmane.os.openbsd.misc/185629 To set IPv6 tunnel endpoints for gif/gre, you have to use syntax like "ifconfig gif0 inet6 tunnel 1::1 2::2" rather than just "ifconfig gif0 tunnel 1::1 2::2". This is because set

ifconfig(8) tunnel and address families

2011-05-16 Thread Stuart Henderson
Re http://permalink.gmane.org/gmane.os.openbsd.misc/185629 To set IPv6 tunnel endpoints for gif/gre, you have to use syntax like "ifconfig gif0 inet6 tunnel 1::1 2::2" rather than just "ifconfig gif0 tunnel 1::1 2::2". This is because settunnel provides an af hint to getaddrinfo, so it only consid