This is a first pass at adding include/openflow/openflow-1.2.h to
include enum and struct definitions for Open Flow 1.2 that
are not already covered by Open Flow 1.1.
Signed-off-by: Simon Horman
---
include/openflow/automake.mk |3 +
include/openflow/openflow-1.2.h| 339 ++
Signed-off-by: Simon Horman
---
build-aux/extract-ofp-errors | 23 ++---
lib/ofp-errors.h | 101 +-
2 files changed, 115 insertions(+), 9 deletions(-)
diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors
index 5c3cd26
This adds some more enum and struct definitions to
include/openflow/openflow-1.2.h. They were omitted from the patch that
created that file as they do not seem to be in keeping with
the treatment of Open Flow 1.1 in include/openflow/openflow-1.1.h.
That is, similar definitions are not present in in
Hi,
this short series adds enum and struct definitions for Open Flow 1.2
to Open vSwtich. None of the definitions are used yet, rather
this is preliminary work that an implementation of Open Flow 1.2 could
be based on.
___
dev mailing list
dev@openvswitc
Make the name and description members of struct stress_option
const as they are used to store constant strings.
Signed-off-by: Simon Horman
---
$ gcc --version
gcc (Debian 4.6.2-4) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditio