ofproto: Fix typo in macro name.
[openvswitch] / vswitchd / bridge.c
index d161c4c14c6a5113d5a5f8f43406bb0c53b7c105..b9df794d8c550394e4b43a5a9211d0bdf8655ba7 100644 (file)
@@ -1417,7 +1417,7 @@ bridge_configure_flow_eviction_threshold(struct bridge *br)
     if (threshold_str) {
         threshold = strtoul(threshold_str, NULL, 10);
     } else {
-        threshold = OFPROTO_FLOW_EVICTON_THRESHOLD_DEFAULT;
+        threshold = OFPROTO_FLOW_EVICTION_THRESHOLD_DEFAULT;
     }
     ofproto_set_flow_eviction_threshold(br->ofproto, threshold);
 }