Skip to content

Commit

Permalink
Add OFP_BSN_PKTIN_FLAG_ANALYTICS
Browse files Browse the repository at this point in the history
  • Loading branch information
shudongz committed Jul 2, 2016
1 parent 704e718 commit b809b38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openflow_input/bsn_pktin_flag
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2014, Big Switch Networks, Inc.
// Copyright 2014-2016, Big Switch Networks, Inc.
//
// LoxiGen is licensed under the Eclipse Public License, version 1.0 (EPL), with
// the following special exception:
Expand All @@ -12,7 +12,7 @@
// the LoxiGen Libraries, if distributed in source code form and (ii) included in any
// documentation for the LoxiGen Libraries, if distributed in binary form.
//
// Notice: "Copyright 2014, Big Switch Networks, Inc. This library was generated by the LoxiGen Compiler."
// Notice: "Copyright 2014-2016, Big Switch Networks, Inc. This library was generated by the LoxiGen Compiler."
//
// You may not use this file except in compliance with the EPL or LOXI Exception. You may obtain
// a copy of the EPL at:
Expand Down Expand Up @@ -52,4 +52,5 @@ enum ofp_bsn_pktin_flag(wire_type=uint64_t, bitmask=True) {
OFP_BSN_PKTIN_FLAG_PIM = 0x8000,
OFP_BSN_PKTIN_FLAG_VXLAN_SIP_MISS = 0x10000,
OFP_BSN_PKTIN_FLAG_MC_RESERVED = 0x20000,
OFP_BSN_PKTIN_FLAG_ANALYTICS = 0x40000,
};

0 comments on commit b809b38

Please sign in to comment.