From: Justin Pettit Date: Fri, 25 Apr 2008 22:18:08 +0000 (-0700) Subject: Print the configuration of the switch in addition to the features when "dpctl show... X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1bfddabdb5beeac7893408988c4b423a8226c7d;p=openvswitch Print the configuration of the switch in addition to the features when "dpctl show" is run. --- diff --git a/utilities/dpctl.c b/utilities/dpctl.c index 27eb43aa..fa1d6f9f 100644 --- 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); }