mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
add rtsol_flags.
MFC after: 1 week
This commit is contained in:
parent
a3c75939e8
commit
c8d9e00aca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118666
@ -282,6 +282,7 @@ ipv6_router_flags="" # Flags to IPv6 routing daemon.
|
||||
ipv6_default_interface="NO" # Default output interface for scoped addrs.
|
||||
# Now this works only for IPv6 link local
|
||||
# multicast addrs.
|
||||
rtsol_flags="" # Flags to IPv6 router solicitation.
|
||||
rtadvd_enable="NO" # Set to YES to enable an IPv6 router
|
||||
# advertisement daemon. If set to YES,
|
||||
# this router becomes a possible candidate
|
||||
|
@ -407,7 +407,7 @@ network6_interface_setup()
|
||||
sysctl net.inet6.ip6.accept_rtadv=1
|
||||
set ${rtsol_interfaces}
|
||||
ifconfig $1 up
|
||||
rtsol $1
|
||||
rtsol ${rtsol_flags} $1
|
||||
fi
|
||||
|
||||
for i in $interfaces; do
|
||||
|
Loading…
Reference in New Issue
Block a user