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:
Simon Horman 2014-01-23 08:41:32 +09:00 committed by FUJITA Tomonori
parent 2867143933
commit f1506fd0ba
3 changed files with 2599 additions and 3 deletions

View File

@ -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"}}]}.

View File

@ -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]).

File diff suppressed because it is too large Load Diff