Jonathan Stout | ba21145 | 2014-02-25 13:43:26 -0500 | [diff] [blame] | 1 | -- binary |
2 | 00 00 # type | ||||
3 | 00 04 # length | ||||
4 | -- python | ||||
5 | ofp.action_id.output() | ||||
6 | -- c | ||||
7 | obj = of_action_id_output_new(OF_VERSION_1_3); | ||||
Jonathan Stout | 0957d40 | 2014-02-25 14:23:29 -0500 | [diff] [blame] | 8 | -- java |