Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2016 13:54:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212146] security/openvpn: make check fails with ip6 disabled
Message-ID:  <bug-212146-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212146

            Bug ID: 212146
           Summary: security/openvpn: make check fails with ip6 disabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mandree@FreeBSD.org
          Reporter: bkazemi@users.sf.net
             Flags: maintainer-feedback?(mandree@FreeBSD.org)
          Assignee: mandree@FreeBSD.org

My VPN provider does not allow ipv6, so I
disable the interface to prevent leaks. However, this causes the OpenVPN
test file `t_cltsrv.sh` to fail when building. It gives this error:

Options error: Bad protocol: 'udp6local'.  Allowed protocols with --proto
option: [proto-uninitialized] [udp] [tcp-server] [tcp-client] [tcp] [udp6]
[tcp6-server] [tcp6-client] [tcp6]

I've disabled ipv6 with these rc.conf entries:
ip6addrctl_enable=3D"NO"
ip6addrctl_policy=3D"ipv4_prefer"
ipv6_activate_all_interfaces=3D"NO"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212146-13>