]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix '--bind ipv6only'
authorhashiz <hashiz@meridiani.jp>
Thu, 28 Sep 2017 03:16:20 +0000 (12:16 +0900)
committerGert Doering <gert@greenie.muc.de>
Sat, 30 Sep 2017 10:22:07 +0000 (12:22 +0200)
commitcdeba63ca3a9e5c765edecd11745e9e2cc1b945d
tree835ec2c71874e0aaa38c26fa412a45912b32ff75
parent5f6225c32e41a922069964d9d59c2fcd6589f74c
Fix '--bind ipv6only'

Commit 3d6a4cded2b20fb81 introduced checking for "too many parameters"
at option processing, and neglected to take "ipv6only" as possible
(and optional) argument to "--bind" into account.

Trac: #938

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20170928031620.22331-1-hashiz@meridiani.jp>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15522.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c