commit | 1bfc0e32601b548d10261948f18220fd41144dd9 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Mon Nov 10 16:52:41 2014 -0800 |
committer | abat <abat@bigswitch.com> | Mon Nov 10 16:52:41 2014 -0800 |
tree | 0ca78e337bbe7a4edda80102f98a61962ee94468 | |
parent | 44aa60dc787d40fcd45b452e9c82505bf82251bf [diff] | |
parent | 5e0100b53a401bb6c1a5984a2b4d30810f092093 [diff] |
Merge into master from pull request #350: add sflow pktin reason (https://github.com/floodlight/loxigen/pull/350)
diff --git a/openflow_input/bsn_pktin_flag b/openflow_input/bsn_pktin_flag index 71a4be1..034ac0a 100644 --- a/openflow_input/bsn_pktin_flag +++ b/openflow_input/bsn_pktin_flag
@@ -44,4 +44,5 @@ OFP_BSN_PKTIN_FLAG_L3_MISS = 0x100, OFP_BSN_PKTIN_FLAG_L3_CPU = 0x200, OFP_BSN_PKTIN_FLAG_INGRESS_ACL = 0x400, + OFP_BSN_PKTIN_FLAG_SFLOW = 0x800, };