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/nicira b/openflow_input/nicira index f76be27..ba2048d 100644 --- a/openflow_input/nicira +++ b/openflow_input/nicira
@@ -34,7 +34,7 @@ uint16_t length; uint32_t xid; uint32_t experimenter == 0x2320; - uint32_t subtype; + uint32_t subtype == ?; }; // Nicira extension action @@ -42,7 +42,7 @@ uint16_t type == 65535; uint16_t len; uint32_t experimenter == 0x2320; - uint16_t subtype; + uint16_t subtype == ?; pad(2); pad(4); };