diff options
-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";; |