summaryrefslogtreecommitdiff
path: root/tutorial/t-stage3
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t-stage3')
-rwxr-xr-xtutorial/t-stage38
1 files changed, 8 insertions, 0 deletions
diff --git a/tutorial/t-stage3 b/tutorial/t-stage3
new file mode 100755
index 000000000..eb4ab3c3f
--- /dev/null
+++ b/tutorial/t-stage3
@@ -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)"