mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
Add a tutorial for advanced Open vSwitch features.
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
8
tutorial/t-stage3
Executable file
8
tutorial/t-stage3
Executable file
@@ -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)"
|
Reference in New Issue
Block a user