mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn default address selection on by default. Now, when
ipv6_enable="NO", an IPv4 address is preferred for a destination address. MFC after: 1 month
This commit is contained in:
parent
b309c34bb2
commit
d7f16299fc
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ ipv6_firewall_flags="" # Flags passed to ip6fw when type is a file
|
|||
ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter,
|
||||
# see /usr/src/contrib/ipfilter/rules
|
||||
# for examples
|
||||
ip6addrctl_enable="NO" # Set to YES to enable default address selection
|
||||
ip6addrctl_enable="YES" # Set to YES to enable default address selection
|
||||
ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages
|
||||
|
||||
##############################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue