Rich Lane | 9a3f1fd | 2013-05-10 16:29:17 -0700 | [diff] [blame] | 1 | -- binary |
2 | 00 00 # type | ||||
3 | 00 08 # len | ||||
4 | ff f8 # in_port | ||||
5 | ff ff # max_len | ||||
6 | -- python | ||||
7 | ofp.action.output(port=ofp.OFPP_IN_PORT, max_len=0xffff) | ||||
8 | -- python pretty-printer | ||||
9 | output { port = OFPP_IN_PORT, max_len = 0xffff } |