Patch has been applied to the master branch, with an addition to openvpn.8 (see below).
commit d8a8656f1a8721f56a08439afe24916beadfef55 Author: Gert Doering List-Post: [email protected] Date: Fri Sep 11 17:33:41 2015 +0200 Create basic infrastructure for IPv6 default gateway handling / redirection. Acked-by: Arne Schwabe <[email protected]> Message-Id: <[email protected]> URL: http://article.gmane.org/gmane.network.openvpn.devel/10087 Signed-off-by: Gert Doering <[email protected]> According to Arne's comment, openvpn.8 has been extended as follows, to actually document --show-gateway --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -5616,6 +5616,15 @@ module will be queried. .B \-\-verb option can be used BEFORE this option to produce debugging information. .\"********************************************************* +.SS Standalone Debug Options: +.\"********************************************************* +.TP +.B \-\-show\-gateway [v6target] +(Standalone) +Show current IPv4 and IPv6 default gateway and interface towards the +gateway (if the protocol in question is enabled). If an IPv6 address +is passed as argument, the IPv6 route for this host is reported. +.\"********************************************************* .SS IPv6 Related Options .\"********************************************************* The following options exist to support IPv6 tunneling in peer-to-peer -- kind regards, Gert Doering
