Rich Lane | c9fc57d | 2013-05-16 16:39:12 -0700 | [diff] [blame] | 1 | -- binary |
2 | 80 00 # class | ||||
3 | 36 # type/masked | ||||
4 | 10 # length | ||||
5 | 00 01 02 03 04 05 06 07 # value | ||||
6 | 08 09 0a 0b 0c 0d 0e 0f # ... | ||||
7 | -- python | ||||
8 | ofp.oxm.ipv6_dst('\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f') |