This patch uses tabs instead of spaces for indentation. I will correct this and re-post.
On Wed, Feb 19, 2014 at 02:04:27PM +0900, Simon Horman wrote: > Signed-off-by: Simon Horman <[email protected]> > --- > ryu/tests/packet_data_generator/src/x5.erl | 34 > +++++++++++++++++++++++++++++- > 1 file changed, 33 insertions(+), 1 deletion(-) > > diff --git a/ryu/tests/packet_data_generator/src/x5.erl > b/ryu/tests/packet_data_generator/src/x5.erl > index fb7b608..cdd156a 100644 > --- a/ryu/tests/packet_data_generator/src/x5.erl > +++ b/ryu/tests/packet_data_generator/src/x5.erl > @@ -2573,6 +2573,38 @@ x() -> > experimenter = 16#deadbeaf, > exp_type = 16#cafe7777, > data = <<"testdata99999999">> > - } > + }, > + #ofp_table_desc_request{flags = []}, > + #ofp_table_desc_reply{flags = [], > + tables = > + [#ofp_table_desc{ > + table_id = 7, > + config = [], > + properties = > + [ #ofp_table_mod_prop_experimenter{ > + experimenter = 101, > + exp_type = 0, > + data = <<>>}]}, > + #ofp_table_desc{ > + table_id = 8, > + config = [], > + properties = > + [#ofp_table_mod_prop_eviction{flags = []}, > + #ofp_table_mod_prop_vacancy{ > + vacancy = 0, > + vacancy_down = 0, > + vacancy_up = 0}, > + #ofp_table_mod_prop_experimenter{ > + experimenter = 101, > + exp_type = 0, > + data = <<>>}, > + #ofp_table_mod_prop_experimenter{ > + experimenter = 101, > + exp_type = 1, > + data = <<1:32>>}, > + #ofp_table_mod_prop_experimenter{ > + experimenter = 101, > + exp_type = 2, > + data = <<1:32,2:32>>}]}]} > ], > lists:foldl(fun x:do/2, {5, 0}, List). > -- > 1.8.5.2 > ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
