commit | e9c37dbfa316403fd4f26712aab22b5070ad0630 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Jun 21 18:30:24 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Aug 02 11:13:32 2013 -0700 |
tree | 5f8a6c328bf890578fca6135aacec739c9be0ecf | |
parent | 488b3c5eeb987348f9b0ccc2cc8aff5904a38d39 [diff] [blame] |
openflow_input: add inheritance
diff --git a/openflow_input/nicira_dec_ttl b/openflow_input/nicira_dec_ttl index 77649af..3b95366 100644 --- a/openflow_input/nicira_dec_ttl +++ b/openflow_input/nicira_dec_ttl
@@ -27,7 +27,7 @@ #version any -struct of_action_nicira_dec_ttl { +struct of_action_nicira_dec_ttl : of_action_nicira { uint16_t type == 65535; uint16_t len; uint32_t experimenter == 0x2320;