examples/omf/nitos_testbed_bootstrap.py leaving more time between operations
[nepi.git] / src / nepi / resources / linux / tap.py
index be80ee0..81fbe56 100644 (file)
@@ -493,7 +493,7 @@ class LinuxTap(LinuxApplication):
     def _start_gre_command(self):
         command = []
         command.append("sudo -S modprobe ip_gre")
-        command.append("sudo -S ip tunnel add %s mode gre remote %s local %s ttl 64 csum key %s" % (
+        command.append("sudo -S ip tunnel add %s mode gre remote %s local %s ttl 255 csum key %s" % (
                 self.get("deviceName"),
                 self.get("greRemote"),
                 self.node.get("ip"),