diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-01 10:54:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-01 10:54:12 +0000 |
commit | 8201bedeef8250452bdcdf5db0699c12b7ff7066 (patch) | |
tree | 4466b01e3e148a1a5956b13907ebb03519de183b /setup-interfaces.in | |
parent | ab68d58344a5e5421a52dccace155b5a42be4f14 (diff) | |
download | alpine-conf-8201bedeef8250452bdcdf5db0699c12b7ff7066.zip |
setup-interfaces: fix vlan-raw-device
ref #1624
Diffstat (limited to 'setup-interfaces.in')
-rwxr-xr-x | setup-interfaces.in | 2 |
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";; |