blob: 771220313e39dc1e5624cf4a95101a7abe4424eb [file] [log] [blame]
-- binary
00 00 # type
00 04 # length
-- python
ofp.action_id.output()
-- c
obj = of_action_id_output_new(OF_VERSION_1_3);
-- java