At Wed, 27 May 2015 16:22:37 +0900 (JST), YAMAMOTO Takashi wrote: > > > Signed-off-by: IWAMOTO Toshihiro <[email protected]> > > --- > > ...bofproto-OFP13-flow_mod_conjunction.packet.json | 100 > > +++++++++++++++++++ > > ...ibofproto-OFP13-flow_mod_match_conj.packet.json | 64 +++++++++++++ > > ...bofproto-OFP15-flow_mod_conjunction.packet.json | 101 > > ++++++++++++++++++++ > > ...ibofproto-OFP15-flow_mod_match_conj.packet.json | 65 +++++++++++++ > > 4 files changed, 330 insertions(+) > > create mode 100644 > > ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod_conjunction.packet.json > > create mode 100644 > > ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod_match_conj.packet.json > > create mode 100644 > > ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_mod_conjunction.packet.json > > create mode 100644 > > ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_mod_match_conj.packet.json > > > > diff --git > > a/ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod_conjunction.packet.json > > > > b/ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod_conjunction.packet.json > > new file mode 100644 > > index 0000000..31d7d72 > > --- /dev/null > > +++ > > b/ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod_conjunction.packet.json > > @@ -0,0 +1,100 @@ > > +{ > > + "OFPFlowMod": { > > + "buffer_id": 0, > > + "command": 0, > > + "cookie": 1311768467463790320, > > + "cookie_mask": 18446744073709551615, > > + "flags": 0, > > + "hard_timeout": 0, > > + "idle_timeout": 0, > > + "instructions": [ > > + { > > + "OFPInstructionActions": { > > + "actions": [ > > + { > > + "NXActionConjunction": { > > + "id": 11259375, > > + "len": 16, > > + "experimenter": 8992, > > + "type": 65535, > > + "subtype": 34, > > there seems to be tab/space problems. please apply tools/normalize_json.py. >
Too bad the tool emits trailing whitespaces, but thanks for letting me know. -- IWAMOTO Toshihiro ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
