On Wed, Aug 29, 2018 at 12:10:03AM +0200, Alvaro Jimenez wrote: > I'm trying to recieve tagged packets and route them using ovs depending on > the VLAN tag value. I created and added eth0.101, eth0.201 and eth0.301 to > the ovs bridge. I'm able to recieve packets in those interfaces but there's > no VLAN tag when i tcpdump them. Moreover, when i tcpdump eth0 interface i > am able to see the tagged frames. Are the vlan subinterfaces popping the > VLAN tag?
Yes. > Is there any other way to recieve the tagged frames on the > openvswitch? Yes. The documentation and the FAQ talk about VLANs a lot. Did you read ovs-vsctl(8)? Did you read the FAQ chapter about VLANs? http://docs.openvswitch.org/en/latest/faq/vlan/ _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
