chiark / gitweb /
mon/tripemon.in (AddPeerDialog): Actually honour the `Mobile' option.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Sep 2017 19:56:50 +0000 (20:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 14 Jun 2018 09:34:25 +0000 (10:34 +0100)
mon/tripemon.in

index a0c0f5e4fa1252fd15e580d1880cc93ef5ab3634..6b7076b59f64c747d6ad68559aa6f644005aaf27 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