]> git.proxmox.com Git - mirror_ovs.git/blob - tutorial/t-stage2
Add a tutorial for advanced Open vSwitch features.
[mirror_ovs.git] / tutorial / t-stage2
1 #! /bin/sh -ve
2
3 ovs-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)"