Eliminate the warning that "Values of network_interfaces other than
AUTO are deprecated.' There is no good reason to deprecate them, and setting this to different values can be useful for custom solutions and/or one-off configuration problems.
This commit is contained in:
parent
a3f6188b53
commit
9cdd13b268
@ -726,10 +726,6 @@ list_net_interfaces()
|
||||
_tmplist="${_lo}${_tmplist}"
|
||||
;;
|
||||
*)
|
||||
if [ -z "$type" ]; then
|
||||
warn "Values of network_interfaces other than" \
|
||||
"AUTO are deprecated"
|
||||
fi
|
||||
_tmplist="${network_interfaces} ${cloned_interfaces}"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user