openflow_input: use of_ prefix in input files
No change to generated code.
diff --git a/openflow_input/bsn_shell b/openflow_input/bsn_shell
index ea85571..a65905d 100644
--- a/openflow_input/bsn_shell
+++ b/openflow_input/bsn_shell
@@ -27,7 +27,7 @@
#version 1
-struct ofp_bsn_shell_command {
+struct of_bsn_shell_command {
uint8_t version;
uint8_t type;
uint16_t length;
@@ -38,7 +38,7 @@
of_octets_t data;
};
-struct ofp_bsn_shell_output {
+struct of_bsn_shell_output {
uint8_t version;
uint8_t type;
uint16_t length;
@@ -48,7 +48,7 @@
of_octets_t data;
};
-struct ofp_bsn_shell_status {
+struct of_bsn_shell_status {
uint8_t version;
uint8_t type;
uint16_t length;