Re: if_bridge and IPv6

2011-03-10 Thread Hajimu UMEMOTO
Hi, > On Thu, 10 Mar 2011 21:19:00 -0800 > Carl Johnson said: carlj> You should be able to do something like the following: carlj> ifconfig bridge0 inet6 fe80:: eui64 add carlj> That assumes that it has a MAC address already assigned. I can't help carlj> if it doesn't have one yet.

Re: if_bridge and IPv6

2011-03-10 Thread Carl Johnson
"Daniel O'Connor" writes: > Hi, I have a bridge interface with em0 and tap0/tap1 on it to run a > layer 2 VPN. > > I find that em0 gets an IPv6 link local address but bridge0 does not > (via net.inet6.ip6.auto_linklocal). I did some googling and it seems > that this is a deliberate policy decisio

if_bridge and IPv6

2011-03-10 Thread Daniel O'Connor
Hi, I have a bridge interface with em0 and tap0/tap1 on it to run a layer 2 VPN. I find that em0 gets an IPv6 link local address but bridge0 does not (via net.inet6.ip6.auto_linklocal). I did some googling and it seems that this is a deliberate policy decision, and unfortunately you can't change