summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 66fe250..acc69f2 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -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
OpenPOWER on IntegriCloud