[config] update default configuration
* localbridging -> false * ethframe -> true * nativeframe -> true
This commit is contained in:
parent
4068f7d308
commit
f869a22beb
@ -12,9 +12,9 @@ application: {
|
||||
binding = "802.11";
|
||||
|
||||
tunnelmode: {
|
||||
nativeframe = false;
|
||||
ethframe = false;
|
||||
localbridging = true;
|
||||
nativeframe = true;
|
||||
ethframe = true;
|
||||
localbridging = false;
|
||||
};
|
||||
|
||||
mactype = "localmac";
|
||||
|
@ -27,9 +27,9 @@ application: {
|
||||
binding = "802.11";
|
||||
|
||||
tunnelmode: {
|
||||
nativeframe = false;
|
||||
ethframe = false;
|
||||
localbridging = true;
|
||||
nativeframe = true;
|
||||
ethframe = true;
|
||||
localbridging = false;
|
||||
};
|
||||
|
||||
mactype = "localmac";
|
||||
|
Loading…
Reference in New Issue
Block a user