dpif-netdev: Implement the API functions to allow multiple handler
[sliver-openvswitch.git] / lib / bundle.c
index 9aec8c9..4a40a6a 100644 (file)
@@ -99,7 +99,7 @@ bundle_execute(const struct ofpact_bundle *bundle,
         return execute_ab(bundle, slave_enabled, aux);
 
     default:
-        NOT_REACHED();
+        OVS_NOT_REACHED();
     }
 }