Enhancements in BGP module
[netvirt.git] / bgpmanager / impl / src / main / java / org / opendaylight / netvirt / bgpmanager / commands / Bfd.java
index 32d56f3bc48195138a57320ec7d181c68a66a36a..761909ceeb7e2bf5867245551a8bd770f1ceb1ec 100644 (file)
@@ -100,7 +100,7 @@ public class Bfd extends OsgiCommandSupport {
                     } else {
                         mintx = Integer.parseInt(minTX);
                         if (mintx < MIN_TX_MIN || mintx > MIN_TX_MAX) {
-                            ps.println("error: value of TX should be between 1000 and 60000");
+                            ps.println("error: value of TX should be between 1000 and 4294000");
                             return null;
                         }
                     }