bugfix: dtdlink is by default on eth0.2 not eth0.1

This commit is contained in:
Conrad Lara - KG6JEI 2015-03-26 16:47:33 -07:00
parent 93b922596f
commit 16576d7bde
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ sub get_interface
} elsif ( $intf eq "wifi" ){
return "wlan0";
} elsif ( $intf eq "dtdlink" ){
return "eth0.1";
return "eth0.2";
} else {
# we have a problem
die("Unknown interface in call to get_interface");