commit | feffbeb20c838ffeba38c71daec4d834cfb37900 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Tue May 13 13:42:44 2014 -0700 |
committer | abat <abat@bigswitch.com> | Tue May 13 13:42:44 2014 -0700 |
tree | 5c926ca099e28aeb9179948025dfaf4671e142b4 | |
parent | c14212426540c182ce50cf707d8440b077fe805c [diff] | |
parent | b8159f3cce9143f511e879be9d51be977e30b88a [diff] |
Merge into master from pull request #266: Add OFP_BSN_PKTIN_FLAG_INGRESS_ACL pktin flag. (https://github.com/floodlight/loxigen/pull/266)
diff --git a/openflow_input/bsn_pktin_flag b/openflow_input/bsn_pktin_flag index 54c942f..fd94a49 100644 --- a/openflow_input/bsn_pktin_flag +++ b/openflow_input/bsn_pktin_flag
@@ -42,4 +42,5 @@ OFP_BSN_PKTIN_FLAG_TTL_EXPIRED = 0x80, OFP_BSN_PKTIN_FLAG_L3_MISS = 0x100, OFP_BSN_PKTIN_FLAG_L3_CPU = 0x200, + OFP_BSN_PKTIN_FLAG_INGRESS_ACL = 0x400, };