The capwap data channel migrated from userspace to kernalspace
This commit is contained in:
@ -66,12 +66,9 @@ application: {
|
||||
|
||||
network: {
|
||||
#binding = "eth1";
|
||||
mtu = 1500;
|
||||
#listen = "";
|
||||
transport = "udp";
|
||||
|
||||
ipv4 = true;
|
||||
ipv6 = false;
|
||||
ipdualstack = true;
|
||||
mtu = 1500;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -12,7 +12,6 @@ application: {
|
||||
binding = "802.11";
|
||||
|
||||
tunnelmode: {
|
||||
dataframe = "usermode";
|
||||
nativeframe = false;
|
||||
ethframe = false;
|
||||
localbridging = true;
|
||||
@ -119,13 +118,10 @@ application: {
|
||||
|
||||
network: {
|
||||
#binding = "eth1";
|
||||
mtu = 1500;
|
||||
|
||||
#listen = "";
|
||||
#port = 0;
|
||||
transport = "udp";
|
||||
|
||||
ipv4 = true;
|
||||
ipv6 = false;
|
||||
ipdualstack = true;
|
||||
mtu = 1500;
|
||||
};
|
||||
|
||||
acdiscovery: {
|
||||
|
Reference in New Issue
Block a user