projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df83df
)
Print the configuration of the switch in addition to the features when "dpctl show...
author
Justin Pettit
<jpettit@nicira.com>
Fri, 25 Apr 2008 22:18:08 +0000
(15:18 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Sat, 26 Apr 2008 21:08:41 +0000
(14:08 -0700)
utilities/dpctl.c
patch
|
blob
|
history
diff --git
a/utilities/dpctl.c
b/utilities/dpctl.c
index 27eb43aa3b24abcdef6ed5cdf37f3aece9074ed4..fa1d6f9f1dc545ac1abd7f623f95a7db2900eba9 100644
(file)
--- a/
utilities/dpctl.c
+++ b/
utilities/dpctl.c
@@
-394,6
+394,7
@@
static void
do_show(int argc UNUSED, char *argv[])
{
dump_transaction(argv[1], OFPT_FEATURES_REQUEST);
+ dump_transaction(argv[1], OFPT_GET_CONFIG_REQUEST);
}