From 8a83c003025711d906d0b1710b49e580257f4c10 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 13 Aug 2008 14:37:36 -0700 Subject: [PATCH] Print OpenFlow ref. impl. and protocol versions at secchan startup time. Bug #83. --- secchan/secchan.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/secchan/secchan.c b/secchan/secchan.c index af52ed5eb..3cb100678 100644 --- 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); -- 2.43.0