mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
use /etc/rc.d/network_ipv6 instead of obsoleted /etc/rc.network6.
This commit is contained in:
parent
504755d9ca
commit
924aa27d79
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ case ${startstop} in
|
|||
# IPv6 setup
|
||||
case ${ipv6_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
if [ -r /etc/rc.network6 ]; then
|
||||
. /etc/rc.network6
|
||||
if [ -r /etc/rc.d/network_ipv6 ]; then
|
||||
. /etc/rc.d/network_ipv6
|
||||
network6_interface_setup ${interface}
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue