Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932527 - net-firewall/ufw requires CONFIG_IP6_NF_MATCH_RT when using IPv6
Summary: net-firewall/ufw requires CONFIG_IP6_NF_MATCH_RT when using IPv6
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-23 07:46 UTC by nvaert1986
Modified: 2024-05-24 21:02 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 nvaert1986 2024-05-23 07:46:16 UTC
If you emerge, enable and try to start net-firewall/ufw without the option: CONFIG_IP6_NF_MATCH_RT set in the kernel, it will generate an error during boot and not start. This is not explicitly defined in the portage package, so portage will proceed without a warning if this option is not enabled.

Note: This was tested on systemd.

Reproducible: Always

Steps to Reproduce:
1.Emerge net-firewall/ufw with a kernel not compiled with CONFIG_IP6_NF_MATCH_RT
2.Enable net-firewall/ufw at boot
3.Reboot the machine
Actual Results:  
A service that fails to start.

Expected Results:  
A service that should've started.