nicira-ext: Deprecate the autopath action.
[openvswitch] / lib / ofp-actions.c
index baa6fdd7f5c27578b74f9cfc8a243eac6a541b13..898455ebeae1f6721dd299a53814640f314eb2d2 100644 (file)
@@ -333,7 +333,7 @@ ofpact_from_nxast(const union ofp_action *a, enum ofputil_action_code code,
                                         ofpact_put_MULTIPATH(out));
         break;
 
-    case OFPUTIL_NXAST_AUTOPATH:
+    case OFPUTIL_NXAST_AUTOPATH__DEPRECATED:
         error = autopath_from_openflow((const struct nx_action_autopath *) a,
                                        ofpact_put_AUTOPATH(out));
         break;