aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/rlite.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-11-09 11:57:32 +0100
committerVincenzo Maffione <v.maffione@gmail.com>2017-11-09 11:57:32 +0100
commitbdbd3cbca39de69df0746358b0ac21ed57ba287a (patch)
tree2a6229b7852db238c74a0a8f12ccb35714efa6da /rumba/prototypes/rlite.py
parent2645454d945c5d4a22011a87916b42a8d454b0dc (diff)
downloadrumba-bdbd3cbca39de69df0746358b0ac21ed57ba287a.tar.gz
rumba-bdbd3cbca39de69df0746358b0ac21ed57ba287a.zip
prototypes: rlite: use the retry version of enrollment command
This is useful if enrollment fails because of packet loss.
Diffstat (limited to 'rumba/prototypes/rlite.py')
-rw-r--r--rumba/prototypes/rlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py
index 6d28432..f0e67af 100644
--- a/rumba/prototypes/rlite.py
+++ b/rumba/prototypes/rlite.py
@@ -124,7 +124,7 @@ class Experiment(mod.Experiment):
'lower_dif': e['lower_dif'].name,
'enroller': e['enroller'].name
}
- cmd = "rlite-ctl ipcp-enroll %(enrollee)s %(dif)s "\
+ cmd = "rlite-ctl ipcp-enroll-retry %(enrollee)s %(dif)s "\
"%(lower_dif)s %(enroller)s" % d
cmds = [cmd]
self.may_sudo(cmds)