commit | 63b434660d3e9f24586c97dc2de4c1fbc37f06b1 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Mar 17 17:00:36 2015 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 17 17:00:36 2015 -0700 |
tree | e157287f00d1cbd69df19fdf9a6439bc2e2b729a | |
parent | abb414fb0f43124593d093979e19185171212ef8 [diff] [blame] |
openflow_input: add OFP_BSN_PKTIN_FLAG_ARP_TARGET
diff --git a/openflow_input/bsn_pktin_flag b/openflow_input/bsn_pktin_flag index b046024..b21616a 100644 --- a/openflow_input/bsn_pktin_flag +++ b/openflow_input/bsn_pktin_flag
@@ -46,4 +46,5 @@ OFP_BSN_PKTIN_FLAG_INGRESS_ACL = 0x400, OFP_BSN_PKTIN_FLAG_SFLOW = 0x800, OFP_BSN_PKTIN_FLAG_ARP_CACHE = 0x1000, + OFP_BSN_PKTIN_FLAG_ARP_TARGET = 0x2000, };