]> git.proxmox.com Git - mirror_ovs.git/blame - tutorial/t-stage3
ovs-sandbox: Initialize database before starting ovs-vswitchd.
[mirror_ovs.git] / tutorial / t-stage3
CommitLineData
eeecce05
BP
1#! /bin/sh -ve
2
3ovs-ofctl add-flow br0 \
4 "table=3 priority=50 actions=resubmit(,10), resubmit(,4)"
5
6ovs-ofctl add-flow br0 \
7 "table=3 priority=99 dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 \
8 actions=resubmit(,4)"