summaryrefslogtreecommitdiff
path: root/tutorial/t-stage3
blob: eb4ab3c3f99a32a4eb3db3161610d246215c67e0 (plain)
1
2
3
4
5
6
7
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)"