mon/tripemon.in (AddPeerDialog): Actually honour the `Mobile' option.
[tripe] / mon / tripemon.in
index a0c0f5e..6b7076b 100644 (file)
@@ -1111,6 +1111,7 @@ class AddPeerDialog (MyDialog):
                   keepalive = (me.c_keepalive.get_active() and
                                me.e_keepalive.get_text() or None),
                   tunnel = t and me.tuns[t] or None,
+                  mobile = me.c_mobile.get_active() or None,
                   key = (me.c_peerkey.get_active() and
                          me.e_peerkey.get_text() or None),
                   priv = (me.c_privkey.get_active() and