From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: grinapo@gmail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id c78f0231 for ; Mon, 6 Aug 2018 15:27:54 +0000 (UTC) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 01c00e30 for ; Mon, 6 Aug 2018 15:27:54 +0000 (UTC) Received: by mail-it0-x233.google.com with SMTP id s7-v6so17994741itb.4 for ; Mon, 06 Aug 2018 08:38:46 -0700 (PDT) MIME-Version: 1.0 Sender: grinapo@gmail.com From: Peter Gervai Date: Mon, 6 Aug 2018 17:38:24 +0200 Message-ID: Subject: android: handling ipv6 literals To: wireguard@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, Andoid client mess up ipv6 literals: input accept the - correct - [1234:5678::1]:12345 format, but on the next edit the field gets transformed to 1234:5678::1:12345 which obviously won't quite work. A sidenote: pinging from the client could be useful (I have network tools installed, but without it it's hard to tell what's going on). Peter