Print the configuration of the switch in addition to the features when "dpctl show...
authorJustin Pettit <jpettit@nicira.com>
Fri, 25 Apr 2008 22:18:08 +0000 (15:18 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 26 Apr 2008 21:08:41 +0000 (14:08 -0700)
utilities/dpctl.c

index 27eb43a..fa1d6f9 100644 (file)
@@ -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);
 }