Hi
I have two virtual machine. In side each VM, there is a Switch emulation. Two create connection between emulated switches, I have create Tutap Interfaces in the host which are seen as Virtual Interfaces inside the VMs. The tuntap Interfaces are connected by brctl bridge.
I am having problem with the LACP PDUs, which needs to be forwarded by the bridge. Stp is disabled on the bridge. Bridge is consuming the LACP PDUs
I have programmed the ebtables as following
$ sudo ebtables -L
Bridge table: filter
Bridge chain: INPUT, entries: 2, policy: ACCEPT
-p 0x8809 -j ACCEPT
-p 0x8809 -j ACCEPT
Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-p 0x8809 -j ACCEPT
-p 0x8809 -j ACCEPT
Bridge chain: OUTPUT, entries: 1, policy: ACCEPT
-p 0x8809 -j ACCEPT
I am using Linux
uname -a
Linux Nile 3.5.0-45-generic #68~precise1-Ubuntu SMP Wed Dec 4 16:18:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Any help is much appreciated.
Thanks in advance.
Jogesh