update install doc to note centos 8 and netem
This commit is contained in:
parent
dfb3e0c424
commit
f00d4aef0b
1 changed files with 10 additions and 0 deletions
|
@ -36,6 +36,16 @@ Verified:
|
||||||
> **NOTE:** CentOS 8 does not provide legacy ebtables support, WLAN will not
|
> **NOTE:** CentOS 8 does not provide legacy ebtables support, WLAN will not
|
||||||
> function properly
|
> function properly
|
||||||
|
|
||||||
|
> **NOTE:** CentOS 8 does not have the netem kernel mod available by default
|
||||||
|
|
||||||
|
CentOS 8 Enabled netem:
|
||||||
|
```shell
|
||||||
|
sudo yum update
|
||||||
|
# restart into updated kernel
|
||||||
|
sudo yum install -y kernel-modules-extra
|
||||||
|
sudo modprobe sch_netem
|
||||||
|
```
|
||||||
|
|
||||||
## Utility Requirements
|
## Utility Requirements
|
||||||
|
|
||||||
* iproute2 4.5+ is a requirement for bridge related commands
|
* iproute2 4.5+ is a requirement for bridge related commands
|
||||||
|
|
Loading…
Reference in a new issue