bfd: Implement Bidirectional Forwarding Detection.
[sliver-openvswitch.git] / lib / odp-util.c
index ae09267..5bf94fe 100644 (file)
@@ -183,6 +183,8 @@ slow_path_reason_to_string(uint32_t data)
         return "stp";
     case SLOW_IN_BAND:
         return "in_band";
+    case SLOW_BFD:
+        return "bfd";
     case SLOW_CONTROLLER:
         return "controller";
     case SLOW_MATCH: