From f5d8a72d30c80c4a964c4e16bdde398b577ed47c Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Fri, 30 Jan 2015 14:31:14 +0000 Subject: [PATCH] OpenFlow 1.0: add missing items to bsn_subtype_str --- print-openflow-1.0.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c index 590caba4..6f86709d 100644 --- a/print-openflow-1.0.c +++ b/print-openflow-1.0.c @@ -639,6 +639,9 @@ static const struct tok bsn_subtype_str[] = { { BSN_SET_MIRRORING, "SET_MIRRORING" }, { BSN_GET_MIRRORING_REQUEST, "GET_MIRRORING_REQUEST" }, { BSN_GET_MIRRORING_REPLY, "GET_MIRRORING_REPLY" }, + { BSN_SHELL_COMMAND, "SHELL_COMMAND" }, + { BSN_SHELL_OUTPUT, "SHELL_OUTPUT" }, + { BSN_SHELL_STATUS, "SHELL_STATUS" }, { BSN_GET_INTERFACES_REQUEST, "GET_INTERFACES_REQUEST" }, { BSN_GET_INTERFACES_REPLY, "GET_INTERFACES_REPLY" }, { BSN_SET_PKTIN_SUPPRESSION_REQUEST, "SET_PKTIN_SUPPRESSION_REQUEST" }, -- 2.39.5