Thanks!
I took a few minutes to add a proper test, as follows, and I'll push
this to master soon.
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 3b816af..37c531b 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -2194,3 +2194,26 @@ br0 (dummy@ovs-dummy):
OVS_V
Ben,
Tested, works, and looks good. I can now see port duration in "ovs-ofctl -O
OpenFlow13 dump-ports br0" :-)
Jarno
On May 24, 2013, at 2:56 , ext Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff
> ---
> OPENFLOW-1.1+ |3 ++-
> lib/ofp-print.c|6 ++
> lib/ofp
Signed-off-by: Ben Pfaff
---
OPENFLOW-1.1+ |3 ++-
lib/ofp-print.c|6 ++
lib/ofp-util.c | 17 +++--
lib/ofp-util.h |2 ++
ofproto/ofproto-provider.h |1 +
ofproto/ofproto.c | 17 +++--
tests/