mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
network.subr: unobsolete gif_interfaces
There are cases when gif_interfaces cannot be replaced with cloned_interfaces, such as tunnels with external IPv6 addresses and internal IPv4 or vice versa. Such configuration requires extra invocation of ifconfig(8) and supported with gif_interfaces only. MFC after: 1 week
This commit is contained in:
parent
b88082dd39
commit
064dde3efe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362502
1 changed files with 0 additions and 3 deletions
|
|
@ -1369,9 +1369,6 @@ clone_up()
|
|||
fi
|
||||
esac
|
||||
done
|
||||
if [ -n "$gif_interfaces" ]; then
|
||||
warn "\$gif_interfaces is obsolete. Use \$cloned_interfaces instead."
|
||||
fi
|
||||
for ifn in ${gif_interfaces}; do
|
||||
# Parse ifn:ifopt.
|
||||
OIFS=$IFS; IFS=:; set -- $ifn; ifn=$1; ifopt=$2; IFS=$OIFS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue