X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tutorial%2Ft-stage3;fp=tutorial%2Ft-stage3;h=eb4ab3c3f99a32a4eb3db3161610d246215c67e0;hb=eeecce05e14a6c62ff531801c0f27e54131a545c;hp=0000000000000000000000000000000000000000;hpb=157900b47952a2c79131d1e08a560c0d6e1100c3;p=sliver-openvswitch.git 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)"