commit | c1c6df65d21a9c7fc1e1ca2b54a5d3ab522d9213 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Jan 24 17:18:00 2014 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Jan 24 17:18:00 2014 -0800 |
tree | 9680f8b8ed18b5889d9642a5de7a40928ced70b1 | |
parent | 31cc0668867d1eb9a2fc578bd56e935bad49a95c [diff] |
openflow_input: add BSN packet-in reason "ARP"
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3 index f697c42..bb85231 100644 --- a/openflow_input/standard-1.3 +++ b/openflow_input/standard-1.3
@@ -290,6 +290,7 @@ 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) {