packet_data_generator: Add OF1.4
Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
2867143933
commit
f1506fd0ba
@ -20,8 +20,11 @@
|
||||
% "5d6a938bcac91d03e4542845bc014a271bab363a"}},
|
||||
% use a local repo until the following changes are merged:
|
||||
% https://github.com/FlowForwarding/of_protocol/pull/66
|
||||
{git, "http://github.com/yamt/of_protocol.git",
|
||||
"624e1bd1b22d9ea32dda7f251c87fab462d3f763"}},
|
||||
% {git, "http://github.com/yamt/of_protocol.git",
|
||||
% "624e1bd1b22d9ea32dda7f251c87fab462d3f763"}},
|
||||
% use local branch for merge of v5 branch and pull/66
|
||||
{git, "https://github.com/horms/of_protocol.git",
|
||||
"6ad43fb8f8754a2d6673bddd40d7c03f145a2abf"}},
|
||||
{flower, ".*",
|
||||
{git, "http://github.com/travelping/flower.git",
|
||||
"d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}.
|
||||
|
@ -60,4 +60,4 @@ do(Body, {OFPVersion, N}) ->
|
||||
{OFPVersion, N + 1}.
|
||||
|
||||
x() ->
|
||||
lists:map(fun(Mod) -> Mod:x() end, [x1, x3, x4]).
|
||||
lists:map(fun(Mod) -> Mod:x() end, [x1, x3, x4, x5]).
|
||||
|
2593
ryu/tests/packet_data_generator/src/x5.erl
Normal file
2593
ryu/tests/packet_data_generator/src/x5.erl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user