The message was not delivered due to the following reason(s):
Your message could not be delivered because the destination computer was
unreachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely
From: Ben Warren
This patch set is an attempt at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Changes in v7:
- Rebased a
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-prop.h | 138
lib/automake.mk | 1 -
lib/ofp-actions.c | 2 +-
lib/ofp-prop.c | 3
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-print.h | 58 +
lib/automake.mk | 1 -
lib/dpif-netdev.c | 11
lib/dpif.c | 2
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk |1 +
include/openvswitch/ofp-actions.h | 1046 +
lib/automake.mk |1 -
lib/bundle.c | 10 +-
lib/learn.c
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofpbuf.h| 277
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/bundle.c| 2
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/dynamic-string.h | 93 +++
lib/automake.mk | 1 -
lib/backtrace.h | 2 +-
lib/bfd.c
From: Ben Warren
All code is now in include/openvswitch/list.h
Signed-off-by: Ben Warren
---
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/dp-packet.h | 2 +-
lib/dpif-netdev.c | 2 +-
lib/fat-rwlock.c | 2 +-
lib
From: Ben Warren
Signed-off-by: Ben Warren
---
FAQ.md | 2 +-
build-aux/extract-ofp-errors | 4 +-
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-errors.h | 803 +++
lib/automake.mk | 5
From: Ben Warren
This patch set is a first stab at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Design:
Nothing too exotic h
From: Ben Warren
Add shared objects and header files
Signed-off-by: Ben Warren
---
debian/automake.mk| 1 +
debian/control| 15 +++
debian/libopenvswitch-dev.install | 5 +
3 files changed, 21 insertions(+)
create mode 100644 debian
From: Ben Warren
Most of the list code is properly namespaced, so is OK to move to the
global export directory. Some "lib/util.h" code had to move to the
other directory as well, but I've tried to make that as small as
possible
Signed-off-by: Ben Warren
---
include/openvswit
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-parse.h | 106 +++
lib/automake.mk | 1 -
lib/dpctl.c | 2 +-
lib/learning-switch.c | 2
From: Ben Warren
Signed-off-by: Ben Warren
---
debian/openvswitch-common.install | 3 +++
debian/rules | 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/openvswitch-common.install
b/debian/openvswitch-common.install
index 3264ea5..73c8fc9
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/geneve.h| 63 +
lib/automake.mk | 1 -
lib/geneve.h| 63 -
lib
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-parse.h | 106
lib/automake.mk | 1 -
lib/dpctl.c | 2 +-
lib/learning-switch.c | 2
From: Ben Warren
This patch set is a first stab at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Changes in V2:
- Work to move
From: Ben Warren
Signed-off-by: Ben Warren
---
FAQ.md | 2 +-
build-aux/extract-ofp-errors | 4 +-
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-errors.h | 807 +++
lib/automake.mk | 5
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/geneve.h| 63 +
lib/automake.mk | 1 -
lib/geneve.h| 63 -
lib
From: Ben Warren
All code is now in include/openvswitch/list.h
Signed-off-by: Ben Warren
---
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/dp-packet.h | 2 +-
lib/dpif-netdev.c | 2 +-
lib/fat-rwlock.c | 2 +-
lib
From: Ben Warren
Most of the list code is properly namespaced, so is OK to move to the
global export directory. Some "lib/util.h" code had to move to the
other directory as well, but I've tried to make that as small as
possible
Signed-off-by: Ben Warren
---
include/openvswit
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/dynamic-string.h | 93 +++
lib/automake.mk | 1 -
lib/backtrace.h | 2 +-
lib/bfd.c
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk| 1 +
include/openvswitch/tun-metadata.h | 101 +
lib/tun-metadata.h | 80
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/compiler.h | 30 ++
lib/util.h | 28
2 files changed, 30 insertions(+), 28 deletions(-)
diff --git a/include/openvswitch/compiler.h b/include
From: Ben Warren
Removed from redundant #includes and moved some macros to different file
scope
Signed-off-by: Ben Warren
---
include/openvswitch/compiler.h | 3 +++
include/openvswitch/util.h | 46 -
lib/util.h | 47
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/match.h | 210 +++
lib/automake.mk | 1 -
lib/classifier.h| 2 +-
lib/dpctl.c | 2
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofpbuf.h| 277
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/bundle.c| 2
From: Ben Warren
These includes were needed when "meta-flow.h" was refactored, even
though neither of affected files included that header file directly.
Signed-off-by: Ben Warren
---
ovn/controller/ovn-controller.c | 2 ++
ovn/northd/ovn-northd.c | 1 +
2 files changed, 3
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/packets.h | 64 +
lib/packets.h | 43
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/uuid.h | 35 +++
lib/ofp-print.c | 1 +
lib/ofp-util.c
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/flow.h | 197
lib/flow.h | 175
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/util.h | 4
lib/util.h | 4
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/openvswitch/util.h b/include/openvswitch/util.h
index b47c5cd..cfafc36 100644
--- a/include
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/type-props.h | 55
lib/automake.mk | 1 -
lib/classifier.h | 2 +-
lib/fatal-signal.c | 2
From: Ben Warren
Signed-off-by: Ben Warren
---
debian/openvswitch-common.install | 3 +++
debian/rules | 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/openvswitch-common.install
b/debian/openvswitch-common.install
index 3264ea5..73c8fc9
From: Ben Warren
Necessary in preparation for making ofp-util.h public
Signed-off-by: Ben Warren
---
ofproto/ofproto-dpif-ipfix.c | 1 +
ovn/controller/ofctrl.c | 3 +++
ovn/controller/physical.c| 2 ++
ovn/lib/expr.c | 1 +
tests/test-ovn.c | 1 +
tests
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/netdev.h| 87 +
lib/netdev.h| 66
From: Ben Warren
Add shared objects and header files
Signed-off-by: Ben Warren
---
debian/automake.mk| 1 +
debian/control| 15 +++
debian/libopenvswitch-dev.install | 5 +
3 files changed, 21 insertions(+)
create mode 100644 debian
From: Ben Warren
This patch set is an attempt at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Changes in V3:
- Removed patches
From: Ben Warren
Most of the list code is properly namespaced, so is OK to move to the
global export directory. Some "lib/util.h" code had to move to the
other directory as well, but I've tried to make that as small as
possible
Signed-off-by: Ben Warren
Acked-by: Ryan Moat
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/compiler.h | 30 ++
lib/util.h | 28
2 files changed, 30 insertions(+), 28 deletions(-)
diff --git a/include/openvswitch/compiler.h b/include
From: Ben Warren
Removed from redundant #includes and moved some macros to different file
scope
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
include/openvswitch/compiler.h | 3 +++
include/openvswitch/util.h | 50 -
lib/util.h
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk| 1 +
include/openvswitch/tun-metadata.h | 101 +
lib/tun-metadata.h | 80
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-parse.h | 106
lib/automake.mk | 1 -
lib/dpctl.c | 2 +-
lib/learning-switch.c | 2
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/packets.h | 64 +
lib/packets.h | 43
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/type-props.h | 55
lib/automake.mk | 1 -
lib/classifier.h | 2 +-
lib/fatal-signal.c | 2
From: Ben Warren
These includes were needed when "meta-flow.h" was refactored, even
though neither of affected files included that header file directly.
Signed-off-by: Ben Warren
---
ovn/controller/ovn-controller.c | 2 ++
ovn/northd/ovn-northd.c | 1 +
2 files changed, 3
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/uuid.h | 35 +++
lib/ofp-print.c | 1 +
lib/ofp-util.c
From: Ben Warren
Necessary in preparation for making ofp-util.h public
Signed-off-by: Ben Warren
---
ofproto/ofproto-dpif-ipfix.c | 1 +
ovn/controller/ofctrl.c | 3 +++
ovn/controller/physical.c| 2 ++
ovn/controller/pinctrl.c | 1 +
ovn/lib/actions.c| 1 +
ovn/lib
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/netdev.h| 87 +
lib/netdev.h| 66
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/match.h | 214
lib/automake.mk | 1 -
lib/classifier.h| 2 +-
lib/dpctl.c | 2
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/flow.h | 197
lib/flow.h | 175
From: Ben Warren
Signed-off-by: Ben Warren
---
debian/openvswitch-common.install | 3 +++
debian/rules | 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/openvswitch-common.install
b/debian/openvswitch-common.install
index 3264ea5..73c8fc9
From: Ben Warren
Add shared objects and header files
Signed-off-by: Ben Warren
---
debian/automake.mk| 1 +
debian/control| 15 +++
debian/libopenvswitch-dev.install | 5 +
3 files changed, 21 insertions(+)
create mode 100644 debian
From: Ben Warren
All code is now in include/openvswitch/list.h
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/dp-packet.h | 2 +-
lib/dpif-netdev.c | 2 +-
lib/fat-rwlock.c
From: Ben Warren
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofpbuf.h| 277
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/bundle.c
From: Ben Warren
This patch set is an attempt at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Changes in V4:
- Fixed up a
From: Ben Warren
Removed from redundant #includes and moved some macros to different file
scope
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
include/openvswitch/compiler.h | 3 +++
include/openvswitch/util.h | 50 -
lib/util.h
From: Ben Warren
Signed-off-by: Ben Warren
---
debian/openvswitch-common.install | 3 +++
debian/rules | 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/openvswitch-common.install
b/debian/openvswitch-common.install
index 3264ea5..73c8fc9
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/uuid.h | 35 +++
lib/ofp-print.c | 1 +
lib/ofp-util.c
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-parse.h | 106
lib/automake.mk | 1 -
lib/dpctl.c | 2 +-
lib/learning-switch.c | 2
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/flow.h | 197
lib/flow.h | 175
From: Ben Warren
Most of the list code is properly namespaced, so is OK to move to the
global export directory. Some "lib/util.h" code had to move to the
other directory as well, but I've tried to make that as small as
possible
Signed-off-by: Ben Warren
Acked-by: Ryan Moat
From: Ben Warren
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofpbuf.h| 277
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/bundle.c
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/netdev.h| 87 +
lib/netdev.h| 66
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk| 1 +
include/openvswitch/tun-metadata.h | 101 +
lib/tun-metadata.h | 80
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/type-props.h | 55
lib/automake.mk | 1 -
lib/classifier.h | 2 +-
lib/fatal-signal.c | 2
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/packets.h | 64 +
lib/packets.h | 43
From: Ben Warren
All code is now in include/openvswitch/list.h
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/dp-packet.h | 2 +-
lib/dpif-netdev.c | 2 +-
lib/fat-rwlock.c
From: Ben Warren
Add shared objects and header files
Signed-off-by: Ben Warren
---
debian/automake.mk| 1 +
debian/control| 15 +++
debian/libopenvswitch-dev.install | 5 +
3 files changed, 21 insertions(+)
create mode 100644 debian
From: Ben Warren
These includes were needed when "meta-flow.h" was refactored, even
though neither of affected files included that header file directly.
Signed-off-by: Ben Warren
---
ovn/controller/ovn-controller.c | 2 ++
ovn/northd/ovn-northd.c | 1 +
2 files changed, 3
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/match.h | 214
lib/automake.mk | 1 -
lib/classifier.h| 2 +-
lib/dpctl.c | 2
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/compiler.h | 30 ++
lib/util.h | 28
2 files changed, 30 insertions(+), 28 deletions(-)
diff --git a/include/openvswitch/compiler.h b/include
From: Ben Warren
Necessary in preparation for making ofp-util.h public
Signed-off-by: Ben Warren
---
ofproto/ofproto-dpif-ipfix.c | 1 +
ovn/controller/ofctrl.c | 3 +++
ovn/controller/physical.c| 2 ++
ovn/controller/pinctrl.c | 1 +
ovn/lib/actions.c| 1 +
ovn/lib
From: Ben Warren
This allows lib/meta-flow.h to become exportable
Signed-off-by: Ben Warren
---
include/openvswitch/util.h | 4
lib/bitmap.h | 4
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/openvswitch/util.h b/include/openvswitch/util.h
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/compiler.h | 30 ++
lib/util.h | 28
2 files changed, 30 insertions(+), 28 deletions(-)
diff --git a/include/openvswitch/compiler.h b/include
From: Ben Warren
All code is now in include/openvswitch/list.h
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/dp-packet.h | 2 +-
lib/dpif-netdev.c | 2 +-
lib/fat-rwlock.c
From: Ben Warren
Most of the list code is properly namespaced, so is OK to move to the
global export directory. Some "lib/util.h" code had to move to the
other directory as well, but I've tried to make that as small as
possible
Signed-off-by: Ben Warren
Acked-by: Ryan Moat
From: Ben Warren
This patch set is an attempt at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Changes in v5:
- Rebased a
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk| 1 +
include/openvswitch/tun-metadata.h | 101 +
lib/tun-metadata.h | 80
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-parse.h | 106
lib/automake.mk | 1 -
lib/dpctl.c | 2 +-
lib/learning-switch.c | 2
From: Ben Warren
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofpbuf.h| 277
lib/automake.mk | 1 -
lib/bfd.c | 2 +-
lib/bundle.c
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/packets.h | 64 +
lib/packets.h | 43
From: Ben Warren
Removed from redundant #includes and moved some macros to different file
scope
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
include/openvswitch/compiler.h | 3 +++
include/openvswitch/util.h | 50 -
lib/util.h
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/type-props.h | 55
lib/automake.mk | 1 -
lib/classifier.h | 2 +-
lib/fatal-signal.c | 2
From: Ben Warren
These includes were needed when "meta-flow.h" was refactored, even
though neither of affected files included that header file directly.
Signed-off-by: Ben Warren
---
ovn/controller/ovn-controller.c | 2 ++
ovn/northd/ovn-northd.c | 1 +
2 files changed, 3
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/uuid.h | 35 +++
lib/ofp-print.c | 1 +
lib/ofp-util.c
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/match.h | 214
lib/automake.mk | 1 -
lib/classifier.h| 2 +-
lib/dpctl.c | 2
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/netdev.h| 87 +
lib/netdev.h| 66
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/flow.h | 197
lib/flow.h | 175
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-prop.h | 138
lib/automake.mk | 1 -
lib/ofp-actions.c | 2 +-
lib/ofp-prop.c | 3
From: Ben Warren
Necessary in preparation for making ofp-util.h public
Signed-off-by: Ben Warren
---
ofproto/ofproto-dpif-ipfix.c | 1 +
ovn/controller/ofctrl.c | 3 +++
ovn/controller/physical.c| 2 ++
ovn/controller/pinctrl.c | 1 +
ovn/lib/actions.c| 1 +
ovn/lib
From: Ben Warren
Signed-off-by: Ben Warren
---
debian/openvswitch-common.install | 3 +++
debian/rules | 5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/openvswitch-common.install
b/debian/openvswitch-common.install
index 3264ea5..73c8fc9
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-print.h | 58 +
lib/automake.mk | 1 -
lib/dpif-netdev.c | 11
lib/dpif.c | 2
From: Ben Warren
Add shared objects and header files
Signed-off-by: Ben Warren
---
debian/automake.mk| 1 +
debian/control| 15 +++
debian/libopenvswitch-dev.install | 5 +
3 files changed, 21 insertions(+)
create mode 100644 debian
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-msgs.h | 752
lib/automake.mk | 5 +-
lib/learning-switch.c | 14 +-
lib/ofp-errors.c| 7
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk |1 +
include/openvswitch/ofp-actions.h | 1030 +
lib/automake.mk |1 -
lib/bundle.c | 10 +-
lib/learn.c
From: Ben Warren
This allows lib/meta-flow.h to become exportable
Signed-off-by: Ben Warren
---
include/openvswitch/util.h | 4
lib/bitmap.h | 4
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/openvswitch/util.h b/include/openvswitch/util.h
From: Ben Warren
This patch set is an attempt at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Changes in v6:
- Rebased a
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/flow.h | 197
lib/flow.h | 175
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/packets.h | 64 +
lib/packets.h | 43
1 - 100 of 3155 matches
Mail list logo