]> git.meshlink.io Git - meshlink/blobdiff - gui/Tinc.py
Thank Scott Lamb, Sven-Haegar Koch and Loïc Grenié in the NEWS file.
[meshlink] / gui / Tinc.py
index d4dddd264395efb03d66bbe4efe9974cb580303e..fdf41be19e7cc822e48a1c5656cf808f20f94d9d 100755 (executable)
@@ -56,7 +56,7 @@ class Edge:
                self.to = args[2]
                self.address = args[4]
                self.port = args[6]
-               self.options = int(args[8])
+               self.options = int(args[8], 16)
                self.weight = int(args[10])
 
 class Subnet: