commit | c37ba3dbf12b7915e2b199e2f1015a4a304b2c41 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Fri Aug 02 17:51:51 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Fri Aug 02 17:51:51 2013 -0700 |
tree | d5aa6e42b02fd80b840498e669328eff377cb968 | |
parent | 780e0c97573c488c67955df09fcf5d5b0ca85119 [diff] [blame] |
openflow_input: add discriminator fields
diff --git a/openflow_input/bsn b/openflow_input/bsn index 16f3323..0aa674b 100644 --- a/openflow_input/bsn +++ b/openflow_input/bsn
@@ -34,7 +34,7 @@ uint16_t length; uint32_t xid; uint32_t experimenter == 0x5c16c7; - uint32_t subtype; + uint32_t subtype == ?; }; // BSN extension action @@ -42,7 +42,7 @@ uint16_t type == 65535; uint16_t len; uint32_t experimenter == 0x5c16c7; - uint32_t subtype; + uint32_t subtype == ?; pad(4); };