[config] update default configuration

* localbridging -> false
* ethframe -> true
* nativeframe -> true
This commit is contained in:
Tobias Hintze 2016-08-29 21:16:27 +02:00
parent 4068f7d308
commit f869a22beb
2 changed files with 6 additions and 6 deletions

View File

@ -12,9 +12,9 @@ application: {
binding = "802.11";
tunnelmode: {
nativeframe = false;
ethframe = false;
localbridging = true;
nativeframe = true;
ethframe = true;
localbridging = false;
};
mactype = "localmac";

View File

@ -27,9 +27,9 @@ application: {
binding = "802.11";
tunnelmode: {
nativeframe = false;
ethframe = false;
localbridging = true;
nativeframe = true;
ethframe = true;
localbridging = false;
};
mactype = "localmac";