Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OFP_BSN_PKTIN_FLAG_ANALYTICS #499

Merged
merged 1 commit into from
Jul 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
};