chore: correct comment re: rc.ip_forward

This commit is contained in:
Tom Mortensen
2025-01-27 22:40:29 -08:00
parent 07f96d490a
commit 442d33ba2a

View File

@@ -31,7 +31,7 @@ if [[ -x /etc/rc.d/rc.firewall ]]; then
/etc/rc.d/rc.firewall start
fi
# Turn on IPv4 packet forwarding support.
# Turn on packet forwarding support.
if [[ -x /etc/rc.d/rc.ip_forward ]]; then
/etc/rc.d/rc.ip_forward start
fi