commit | b8159f3cce9143f511e879be9d51be977e30b88a | [log] [tgz] |
---|---|---|
author | Ken Chiang <ken.chiang@bigswitch.com> | Tue May 13 12:48:32 2014 -0700 |
committer | Ken Chiang <ken.chiang@bigswitch.com> | Tue May 13 12:48:32 2014 -0700 |
tree | 5c926ca099e28aeb9179948025dfaf4671e142b4 | |
parent | c14212426540c182ce50cf707d8440b077fe805c [diff] [blame] |
Add OFP_BSN_PKTIN_FLAG_INGRESS_ACL pktin flag.
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, };