commit | 938f326fbbd0ff9dc6ee73a2d2d622363396db38 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Tue Sep 17 14:03:47 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Tue Sep 17 14:03:47 2013 -0700 |
tree | 8226f81a000464a75b16e28b985964eb47d1c4aa | |
parent | 0a218c7680699b92ff9b2e7f27d805a8948e7105 [diff] [blame] |
test_data for java_gen(of13): use new API
diff --git a/test_data/of13/flow_add.data b/test_data/of13/flow_add.data index c9a6e35..049d797 100644 --- a/test_data/of13/flow_add.data +++ b/test_data/of13/flow_add.data
@@ -83,7 +83,7 @@ .setBufferId(50) .setOutPort(OFPort.of(6)) .setOutGroup(8) - .setFlags(0) + .setFlags(ImmutableSet.<OFFlowModFlags>of()) .setMatch( factory.buildMatch() .setMasked(MatchField.IN_PORT, OFPort.of(4), OFPort.of(5))