]> git.proxmox.com Git - mirror_ovs.git/blame - tutorial/t-stage2
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / tutorial / t-stage2
CommitLineData
eeecce05
BP
1#! /bin/sh -ve
2
3ovs-ofctl add-flow br0 \
4 "table=2 actions=learn(table=10, NXM_OF_VLAN_TCI[0..11], \
5 NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[], \
6 load:NXM_OF_IN_PORT[]->NXM_NX_REG0[0..15]), \
7 resubmit(,3)"