Re: userland PPP patch for IPv6CP + VLAN interfaces

2011-03-10 Thread Brad
On 03/03/11 2:20 PM, Claudio Jeker wrote: On Wed, Mar 02, 2011 at 06:47:40PM -0500, Brad wrote: Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but use a different interface type (IFT_L2VLAN vs IFT_ETHER). Treat IFT_L2VLAN interfaces like IFT_ETHER interfaces when handling

Re: userland PPP patch for IPv6CP + VLAN interfaces

2011-03-03 Thread Claudio Jeker
On Wed, Mar 02, 2011 at 06:47:40PM -0500, Brad wrote: Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but use a different interface type (IFT_L2VLAN vs IFT_ETHER). Treat IFT_L2VLAN interfaces like IFT_ETHER interfaces when handling link layer addresses. From FreeBSD

userland PPP patch for IPv6CP + VLAN interfaces

2011-03-02 Thread Brad
Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but use a different interface type (IFT_L2VLAN vs IFT_ETHER). Treat IFT_L2VLAN interfaces like IFT_ETHER interfaces when handling link layer addresses. From FreeBSD Index: ipv6cp.c