automatic creation of faith0 and stf0 for backward compatibility.
MFC after: 2 days
This commit is contained in:
parent
80c706c80e
commit
91b70c33dd
@ -394,6 +394,7 @@ network6_stf_setup() {
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
ifconfig stf0 create >/dev/null 2>&1
|
||||
ifconfig stf0 inet6 2002:${ipv4_in_hexformat}:${stf_interface_ipv6_slaid:-0}:${stf_interface_ipv6_ifid} \
|
||||
prefixlen ${stf_prefixlen}
|
||||
# disallow packets to malicious 6to4 prefix
|
||||
@ -433,6 +434,7 @@ network6_faith_setup() {
|
||||
;;
|
||||
*)
|
||||
sysctl net.inet6.ip6.keepfaith=1
|
||||
ifconfig faith0 create >/dev/null 2>&1
|
||||
ifconfig faith0 up
|
||||
for prefix in ${ipv6_faith_prefix}; do
|
||||
prefixlen=`expr "${prefix}" : ".*/\(.*\)"`
|
||||
|
@ -394,6 +394,7 @@ network6_stf_setup() {
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
ifconfig stf0 create >/dev/null 2>&1
|
||||
ifconfig stf0 inet6 2002:${ipv4_in_hexformat}:${stf_interface_ipv6_slaid:-0}:${stf_interface_ipv6_ifid} \
|
||||
prefixlen ${stf_prefixlen}
|
||||
# disallow packets to malicious 6to4 prefix
|
||||
@ -433,6 +434,7 @@ network6_faith_setup() {
|
||||
;;
|
||||
*)
|
||||
sysctl net.inet6.ip6.keepfaith=1
|
||||
ifconfig faith0 create >/dev/null 2>&1
|
||||
ifconfig faith0 up
|
||||
for prefix in ${ipv6_faith_prefix}; do
|
||||
prefixlen=`expr "${prefix}" : ".*/\(.*\)"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user