Add a tutorial for advanced Open vSwitch features.
[sliver-openvswitch.git] / tutorial / t-stage3
diff --git a/tutorial/t-stage3 b/tutorial/t-stage3
new file mode 100755 (executable)
index 0000000..eb4ab3c
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh -ve
+
+ovs-ofctl add-flow br0 \
+    "table=3 priority=50 actions=resubmit(,10), resubmit(,4)"
+
+ovs-ofctl add-flow br0 \
+    "table=3 priority=99 dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 \
+      actions=resubmit(,4)"