[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";
|
binding = "802.11";
|
||||||
|
|
||||||
tunnelmode: {
|
tunnelmode: {
|
||||||
nativeframe = false;
|
nativeframe = true;
|
||||||
ethframe = false;
|
ethframe = true;
|
||||||
localbridging = true;
|
localbridging = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
mactype = "localmac";
|
mactype = "localmac";
|
||||||
|
@ -27,9 +27,9 @@ application: {
|
|||||||
binding = "802.11";
|
binding = "802.11";
|
||||||
|
|
||||||
tunnelmode: {
|
tunnelmode: {
|
||||||
nativeframe = false;
|
nativeframe = true;
|
||||||
ethframe = false;
|
ethframe = true;
|
||||||
localbridging = true;
|
localbridging = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
mactype = "localmac";
|
mactype = "localmac";
|
||||||
|
Loading…
Reference in New Issue
Block a user