summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-06-01 05:37:13 +0000
committerdougb <dougb@FreeBSD.org>2009-06-01 05:37:13 +0000
commit44334740e084ebda7ae8f039282824d99a06d36a (patch)
tree74b9b1f747c7f43f2865c93734e0aaaf2f439019 /etc
parent96a94e728e673abb2809c29bf46b9ce6eb7630d1 (diff)
downloadFreeBSD-src-44334740e084ebda7ae8f039282824d99a06d36a.zip
FreeBSD-src-44334740e084ebda7ae8f039282824d99a06d36a.tar.gz
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.
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