mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
chore: correct comment re: rc.ip_forward
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user