Hey everyone,
I have a small test setup in which Router-1 <---> OVS-2.5 <-----> Router-2 I want OVS to switch packets between two interfaces seamlessly. However, I am facing issue in switching Vlan tagged packets whereas untagged traffic is passing without any issue. I have used very simple two rules as mentioned below. Can anyone point me what I am missing here ?
ovs-ofctl add-flow br0 table=0, in_port=1,action="">
ovs-ofctl add-flow br0 table=0, in_port=2,action="">
I have made both ports (1 and 2 trunk ports)
ovs-vsctl set port eth1 trunks=0,10,20
ovs-vsctl set port eth2 trunks=0,10,20
Looking forward to your cooperation. Thanks
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss
- [ovs-discuss] Vlan Tagged packets switching issue james hopper
- Re: [ovs-discuss] Vlan Tagged packets switching issue Ben Pfaff
- Re: [ovs-discuss] Vlan Tagged packets switching issu... james hopper
- Re: [ovs-discuss] Vlan Tagged packets switching ... Ben Pfaff
- Re: [ovs-discuss] Vlan Tagged packets switch... james hopper
- Re: [ovs-discuss] Vlan Tagged packets s... Ben Pfaff
- Re: [ovs-discuss] Vlan Tagged packe... james hopper
- Re: [ovs-discuss] Vlan Tagged p... Ben Pfaff
- Re: [ovs-discuss] Vlan Tagged p... james hopper
- Re: [ovs-discuss] Vlan Tagged p... Ben Pfaff
- Re: [ovs-discuss] Vlan Tagged p... james hopper