https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243091
Bug ID: 243091
Summary: redundant lines in /etc/rc.d/ipfw
Product: Base System
Version: 12.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: conf
Assignee: [email protected]
Reporter: [email protected]
In the file /etc/rc.d/ipfw, in the function ipfw_prestart() there is some
unneeded repetition. Specifically, the variables firewall_nat64_enable,
firewall_natv6_enable, and firewall_pmod_enable are each checked twice so that
if any one of them is set the required_modules variable will have the relevant
module added twice. This is harmless but clearly incorrect.
The fix is to delete lines 46 to 54 inclusive.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"