blob: 3afb5259cd0482097b743256520464bb5736c234 [file] [log] [blame]
Rich Lane9a3f1fd2013-05-10 16:29:17 -07001-- binary
200 00 # type
300 08 # len
4ff f8 # in_port
5ff ff # max_len
6-- python
7ofp.action.output(port=ofp.OFPP_IN_PORT, max_len=0xffff)
8-- python pretty-printer
9output { port = OFPP_IN_PORT, max_len = 0xffff }