projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a657b91
)
Fix parsing of logging options in OpenFlow controller.
author
Ben Pfaff
<blp@nicira.com>
Wed, 29 Oct 2008 20:46:34 +0000
(13:46 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 29 Oct 2008 20:46:34 +0000
(13:46 -0700)
Oops.
controller/controller.c
patch
|
blob
|
history
diff --git
a/controller/controller.c
b/controller/controller.c
index 9a33418583f37de643dcc679dc3614c4d82d40fb..d675650442422481f3a7e8fae2357a176b261419 100644
(file)
--- a/
controller/controller.c
+++ b/
controller/controller.c
@@
-249,6
+249,7
@@
parse_options(int argc, char *argv[])
{"help", no_argument, 0, 'h'},
{"version", no_argument, 0, 'V'},
DAEMON_LONG_OPTIONS,
+ VLOG_LONG_OPTIONS,
#ifdef HAVE_OPENSSL
VCONN_SSL_LONG_OPTIONS
{"peer-ca-cert", required_argument, 0, OPT_PEER_CA_CERT},