]> git.proxmox.com Git - mirror_ovs.git/blob - tutorial/t-stage3
sandbox: disable ssl for backup ovn southbound db
[mirror_ovs.git] / tutorial / t-stage3
1 #! /bin/sh -ve
2
3 ovs-ofctl add-flow br0 \
4 "table=3 priority=50 actions=resubmit(,10), resubmit(,4)"
5
6 ovs-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)"