diff --git a/etc/network.subr b/etc/network.subr index e9be52cadfca..315de61dca79 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -730,6 +730,10 @@ 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