Hi, I am currently using openvswitch with an SDN controller and I am experiencing an issue; I can't receive LLDP packets. I have two openvswitches, s1 and s2, connected threw an ethernet cable that send LLDP packets to each other. (it is the way OpenDaylight discovers the network topology) For each of theses switches, I created a virtual bridge, and added the port that I wanted : ovs-vsctl add-br br0 ovs-vsctl add-port br0 eth1
When I do a tcpdump on eth1, I can see LLDP packets sent and received. But when I do tcpdump on br0, I only see the LLDP packets sent. It seems that LLDP packets received in eth0 are not transmitted to br0. Does someone know what I should do ?
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
