Openflow

Roadmap

V1.0-1.5: http://speed.cis.nctu.edu.tw/~ydlin/miscpub/indep_frank.pdf (Page 5)

Classifiers

V1.0-1.4: http://flowgrammable.org/sdn/openflow/classifiers/

dl_type = 0x0806    # ARP, Optional: switch must indicate support in FeatureRes)
dl_type = 0x0800    # IPv4
dl_type = 0x88cc    # Link Layer Discovery Protocol (LLDP)
nw_proto = 1    # ICMPv4
nw_proto = 6    # TCP
nw_proto: 17    # UDP
tp_src: 68      # Bootpc, UDP 0.0.0.0:68 -> 255.255.255.255:67
tp_dst: 67      # Bootps, 192.168.1.1:67 -> 255.255.255.255:68

vlan_tci=       # TCI (tag control information), 2-byte

Tracing

http://docs.openvswitch.org/en/latest/topics/tracing/ https://overlaid.net/2017/02/15/openflow-basic-concepts-and-theory/

ovs-ofctl dump-flows br0

Last updated

Was this helpful?