[ONOS-4170] Add a new tunnel state

Change-Id: I9ae331fbfb617c7cf1df2173074806336ae3bb9d
diff --git a/incubator/api/src/main/java/org/onosproject/incubator/net/tunnel/Tunnel.java b/incubator/api/src/main/java/org/onosproject/incubator/net/tunnel/Tunnel.java
index 21b0741..ae9d92f 100755
--- a/incubator/api/src/main/java/org/onosproject/incubator/net/tunnel/Tunnel.java
+++ b/incubator/api/src/main/java/org/onosproject/incubator/net/tunnel/Tunnel.java
@@ -87,7 +87,12 @@
          * Signifies that a tunnel is currently inactive. This state means that
          * this tunnel can not be borrowed by consumer.
          */
-        INACTIVE
+        INACTIVE,
+
+        /**
+         * Signifies that the tunnel's state is unreliable and should be setup again.
+         */
+        UNSTABLE
     }
 
     /**