Re: [Openvpn-devel] [PATCH] extend management interface command "state"

2015-11-27 Thread Arne Schwabe
Am 11.11.15 um 16:09 schrieb Heiko Hund: >and EXITING to show the reason for the disconnect), > - (d) optional TUN/TAP local IP address (shown for ASSIGN_IP > - and CONNECTED), and > - (e) optional address of remote server (OpenVPN 2.1 or higher). > + (d) optional TUN/TAP local IP

Re: [Openvpn-devel] [PATCH] extend management interface command "state"

2015-11-27 Thread Heiko Hund
On Wednesday 25 November 2015 16:14:49 Arne Schwabe wrote: > Am 11.11.15 um 16:09 schrieb Heiko Hund: > >and EXITING to show the reason for the disconnect), > > > > - (d) optional TUN/TAP local IP address (shown for ASSIGN_IP > > - and CONNECTED), and > > - (e) optional address of re

[Openvpn-devel] [PATCH] extend management interface command "state"

2015-11-11 Thread Heiko Hund
Currently the state command shows only the tun/tap IPv4 address. The IPv4 address of the remote peer is also displayed. In case you connect via IPv6 it just shows the first 4 bytes of the address in IPv4 notation. This patch extends the state command, so it handles IPv6 addresses. In addition it a