From f1bfddabdb5beeac7893408988c4b423a8226c7d Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 25 Apr 2008 15:18:08 -0700 Subject: [PATCH] Print the configuration of the switch in addition to the features when "dpctl show" is run. --- utilities/dpctl.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.30.2