mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Make it happy on FreeBSD 8.x and earlier.
This commit is contained in:
parent
2a544b0242
commit
5401cf7a4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311242
@ -52,7 +52,8 @@ plen_equal()
|
||||
start_precmd()
|
||||
{
|
||||
ifconfig ${u6rd_interface} create
|
||||
ifconfig ${u6rd_interface} inet6 -nud -ifdisabled
|
||||
ifconfig ${u6rd_interface} inet6 -ifdisabled >/dev/null 2>&1
|
||||
ifconfig ${u6rd_interface} inet6 -nud
|
||||
if [ -n "${u6rd_my_v6_addr}" ]; then
|
||||
ifconfig ${u6rd_interface} inet6 ${u6rd_my_v6_addr}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user