Skip to content

Commit

Permalink
Merge into master from pull request #182:
Browse files Browse the repository at this point in the history
openflow_input: add BSN packet-in reason "ARP" (#182)
  • Loading branch information
abat committed Jan 25, 2014
2 parents 31cc066 + c1c6df6 commit 6e294db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openflow_input/standard-1.3
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ enum ofp_packet_in_reason(wire_type=uint8_t) {
OFPR_BSN_DEST_HOST_UNREACHABLE = 135,
OFPR_BSN_DEST_PORT_UNREACHABLE = 136,
OFPR_BSN_FRAGMENTATION_REQUIRED = 137,
OFPR_BSN_ARP = 139,
};

enum ofp_flow_removed_reason(wire_type=uint8_t) {
Expand Down

0 comments on commit 6e294db

Please sign in to comment.