docs: removed notes on needing to install ebtables legacy
This commit is contained in:
parent
0e2219f6c8
commit
47b02c3e7b
1 changed files with 0 additions and 10 deletions
|
@ -24,16 +24,6 @@ Verified:
|
||||||
* Ubuntu - 18.04, 20.04
|
* Ubuntu - 18.04, 20.04
|
||||||
* CentOS - 7.8, 8.0
|
* CentOS - 7.8, 8.0
|
||||||
|
|
||||||
> **NOTE:** Ubuntu 20.04 requires installing legacy ebtables for WLAN functionality
|
|
||||||
|
|
||||||
Enabling ebtables legacy:
|
|
||||||
```shell
|
|
||||||
sudo apt install ebtables
|
|
||||||
update-alternatives --set ebtables /usr/sbin/ebtables-legacy
|
|
||||||
```
|
|
||||||
|
|
||||||
> **NOTE:** CentOS 8 does not provide legacy ebtables support, WLAN will not function properly
|
|
||||||
|
|
||||||
> **NOTE:** CentOS 8 does not have the netem kernel mod available by default
|
> **NOTE:** CentOS 8 does not have the netem kernel mod available by default
|
||||||
|
|
||||||
CentOS 8 Enabled netem:
|
CentOS 8 Enabled netem:
|
||||||
|
|
Loading…
Reference in a new issue