]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the redundant ipfilter IPv6 rc rules load.
authorCy Schubert <cy@FreeBSD.org>
Fri, 12 Feb 2021 15:17:32 +0000 (07:17 -0800)
committerCy Schubert <cy@FreeBSD.org>
Mon, 22 Feb 2021 19:20:18 +0000 (11:20 -0800)
commite2ad10e84792e8dcfb0e03a9b5cb19cd3d93ddf8
treed0154acabbbb455c21909799587bd883bcd67f77
parent519496a5985549d2935cf296a709b1e726b1b5e5
Remove the redundant ipfilter IPv6 rc rules load.

As of ipfilter 5.1.2 the IPv4 and IPv6 rules tables have been merged.
The ipf(8) -6 option has been a NOP since then. Currently the additional
ipf -6 load statement in rc.d/ipfilter simply added the second ipfilter
rules file to the table already populated by the previous ipf command.
Plenty of time has passed since ipfilter 5.1.2 was imported. It is time to
remove the option from rc.conf and the rc script.

Differential Revision: https://reviews.freebsd.org/D28615
libexec/rc/rc.conf
libexec/rc/rc.d/ipfilter