Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671898 - net-vpn/wireguard should also check for IPV6_MULTIPLE_TABLES
Summary: net-vpn/wireguard should also check for IPV6_MULTIPLE_TABLES
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-25 20:30 UTC by kfm
Modified: 2019-12-28 08:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kfm 2018-11-25 20:30:39 UTC
Where USE="tools" is in effect, the ebuild should check for IPV6_MULTIPLE_TABLES, in addition to IP_MULTIPLE_TABLES. My kernel .config initially had CONFIG_IPV6 set, but none of its child options. While this may not be an especially common arrangement, it resulted in wg-quick failing with my wireguard configuration until the situation was addressed.
Comment 1 Larry the Git Cow gentoo-dev 2019-12-28 08:04:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291988a63b9a201ff1387c5d276c2718e4ce5071

commit 291988a63b9a201ff1387c5d276c2718e4ce5071
Author:     Jason A. Donenfeld <zx2c4@gentoo.org>
AuthorDate: 2019-12-28 07:54:38 +0000
Commit:     Jason A. Donenfeld <zx2c4@gentoo.org>
CommitDate: 2019-12-28 08:04:14 +0000

    net-vpn/wireguard-tools: check for IPV6_MULTIPLE_TABLES
    
    Closes: https://bugs.gentoo.org/671898
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>

 net-vpn/wireguard-tools/wireguard-tools-1.0.20191226.ebuild | 1 +
 net-vpn/wireguard-tools/wireguard-tools-9999.ebuild         | 1 +
 2 files changed, 2 insertions(+)