aboutsummaryrefslogtreecommitdiffstats
path: root/setup-interfaces.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-01 10:54:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-01 10:54:12 +0000
commit8201bedeef8250452bdcdf5db0699c12b7ff7066 (patch)
tree4466b01e3e148a1a5956b13907ebb03519de183b /setup-interfaces.in
parentab68d58344a5e5421a52dccace155b5a42be4f14 (diff)
downloadalpine-conf-8201bedeef8250452bdcdf5db0699c12b7ff7066.tar.bz2
alpine-conf-8201bedeef8250452bdcdf5db0699c12b7ff7066.tar.xz
setup-interfaces: fix vlan-raw-device
ref #1624
Diffstat (limited to 'setup-interfaces.in')
-rwxr-xr-xsetup-interfaces.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-interfaces.in b/setup-interfaces.in
index 263beec..54d861a 100755
--- a/setup-interfaces.in
+++ b/setup-interfaces.in
@@ -426,7 +426,7 @@ prompt_for_interfaces() {
echo -e "\tbond-slaves $bond_slaves" >> interfaces
fi
if [ -n "$raw_device" ]; then
- echo -e "\traw-device $raw_device" >> interfaces
+ echo -e "\tvlan-raw-device $raw_device" >> interfaces
fi
case "$iface" in
*.[0-9]*|vlan[0-9]*) PKGS="$PKGS vlan";;