vlan(4)/bridge(4) interaction ?

From: Adrian Penisoara (ady_at_freebsd.ady.ro)
Date: 01/24/04

  • Next message: Maxim Konovalov: "Re: vlan(4)/bridge(4) interaction ?"
    Date: Sat, 24 Jan 2004 13:32:28 +0200 (EET)
    To: freebsd-net@freebsd.org
    
    

    Hi,

      I recently made a test bridging a few VLAN interfaces under FreeBSD
    5.2-REL and ran into some unexpected issue: some packets coming from one
    vlan inteface with destination MAC on another vlan would pass in the
    parent VLAN interface, but didn't make it into the child vlan interface,
    as seen by tcpdump'ing on both of them. Like the packet was eaten before
    it made it into the child vlan interface. Activating the debug code
    shows that neither the bridge fordwarding routine wasn't catching the
    packets.

      All vlans were child of the same parent interface (a RealTek) and they
    were all configuren in the same bridge cluster. Either with configured
    IPs or without (just up'ed the intefaces).

      I might have botched the interfaces by mutiple reconfigurations, but I
    just would like to know if other people had success with bridged VLAN
    interfaces (yes, it sounds a bit weird if you think of it :) ).

    -- 
    Adrian Penisoara
    Ady (@freebsd,ady.ro)
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Maxim Konovalov: "Re: vlan(4)/bridge(4) interaction ?"

    Relevant Pages

    • change the MAC on an vlan interface
      ... I tried to use freevrrpd on an vlan interface and had trouble. ... When i change the MAC on the vlan interface i lost packets. ... The tcpdump on the parent interface is what i expect, ...
      (freebsd-net)
    • Re: vlan(4)/bridge(4) interaction ?
      ... > vlan inteface with destination MAC on another vlan would pass in the ... > parent VLAN interface, but didn't make it into the child vlan interface, ... > it made it into the child vlan interface. ... > were all configuren in the same bridge cluster. ...
      (freebsd-net)