summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bsdconfig/networking/share/device.subr1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/networking/share/device.subr b/usr.sbin/bsdconfig/networking/share/device.subr
index 05e003b..64aac03 100644
--- a/usr.sbin/bsdconfig/networking/share/device.subr
+++ b/usr.sbin/bsdconfig/networking/share/device.subr
@@ -74,7 +74,6 @@ f_dialog_menu_netdev()
#
# Get list of usable network interfaces
#
- local d='[[:digit:]]+:'
local if iflist= # Calculated below
for if in $( ifconfig -l ); do
# Skip unsavory interfaces
OpenPOWER on IntegriCloud