aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-01 10:54:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-19 13:35:28 +0000
commitb8711d1c8ab348f945ced9b6dee337a6cb4d96c5 (patch)
treec4c0ef2083ebbe23d31cc46ae91d9855d8c397c2
parent533c3d5aa5ab34c3916bea39f94dadd02e8940c6 (diff)
downloadalpine-conf-b8711d1c8ab348f945ced9b6dee337a6cb4d96c5.tar.bz2
alpine-conf-b8711d1c8ab348f945ced9b6dee337a6cb4d96c5.tar.xz
setup-interfaces: fix vlan-raw-device
ref #1624
-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";;