commit | e75edbfb9708e4915b3eebf13c4badc7719a5d95 | [log] [tgz] |
---|---|---|
author | Avantika-Huawei <avantika.s@huawei.com> | Wed May 11 17:02:47 2016 +0530 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed May 11 14:05:41 2016 +0000 |
tree | b6d2b316072b1a50c3f661f9cea25b86fc9756b6 | |
parent | cc730a66f5f0784bd13005833267933827397fb3 [diff] |
[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 } /**