On 4/17/13 8:03 PM, Ben Pfaff wrote:
+ovs-ofctl add-flows br0 - <<'EOF'
+    table=4 reg0=0 priority=99 dl_vlan=20 actions=1,strip_vlan,2
+    table=4 reg0=0 priority=99 dl_vlan=30 actions=1,strip_vlan,3,4
+    table=4 reg0=0 priority=50            actions=1
+EOF

Wouldn't the last flow (table=4 reg0=0 priority=50 actions=1) cause the flooeded packet that came from the trunk to be flooded back to the trunk ?


Great tutorial Ben btw !

It would be nice to have a link to this on the OVS page ;)

It's advanced but It's more info for new-OVS users to see what OVS and OpenFlow can do.

Look into the source tree for this might be a little hard to find.

Anyways, my 2 cents.

Cheers,

--
Luiz Henrique Ozaki

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to