git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c3455
)
Print OpenFlow ref. impl. and protocol versions at secchan startup time.
author
Ben Pfaff
<blp@nicira.com>
Wed, 13 Aug 2008 21:37:36 +0000
(14:37 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 13 Aug 2008 21:37:36 +0000
(14:37 -0700)
Bug #83.
secchan/secchan.c
patch
|
blob
|
history
diff --git
a/secchan/secchan.c
b/secchan/secchan.c
index
af52ed5
..
3cb1006
100644
(file)
--- a/
secchan/secchan.c
+++ b/
secchan/secchan.c
@@
-206,6
+206,9
@@
main(int argc, char *argv[])
daemonize();
+ VLOG_WARN("OpenFlow reference implementation version %s", VERSION);
+ VLOG_WARN("OpenFlow protocol version 0x%02x", OFP_VERSION);
+
/* Connect to datapath. */
local_rconn = rconn_create(0, s.max_backoff);
rconn_connect(local_rconn, s.nl_name);