mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
prefixcmd_enable was obsoleted by syncing recent KAME. New prefix(8)
is just a shell script for backward compatibility. Now, we always use ifconfig(8) instead of prefix(8). MFC after: 3 weeks
This commit is contained in:
parent
e72aa2fa57
commit
449eb73569
1 changed files with 0 additions and 1 deletions
|
|
@ -247,7 +247,6 @@ ipv6_router_flags="" # Flags to IPv6 routing daemon.
|
|||
ipv6_default_interface="" # Default output interface for scoped addrs.
|
||||
# Now this works only for IPv6 link local
|
||||
# multicast addrs.
|
||||
prefixcmd_enable="YES" # Use prefix command to assign router prefix.
|
||||
rtadvd_enable="YES" # Set to YES to enable an IPv6 router
|
||||
# advertisement daemon. If set to YES,
|
||||
# this router becomes a possible candidate
|
||||
|
|
|
|||
Loading…
Reference in a new issue