Skip to content

Commit

Permalink
Packet-in reason for reserved multicast packets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Poola committed Nov 30, 2015
1 parent 3cbb8c7 commit 4d8392d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openflow_input/bsn_pktin_flag
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ enum ofp_bsn_pktin_flag(wire_type=uint64_t, bitmask=True) {
OFP_BSN_PKTIN_FLAG_IGMP = 0x4000,
OFP_BSN_PKTIN_FLAG_PIM = 0x8000,
OFP_BSN_PKTIN_FLAG_VXLAN_SIP_MISS = 0x10000,
OFP_BSN_PKTIN_FLAG_MC_RESERVED = 0x20000,
};

0 comments on commit 4d8392d

Please sign in to comment.