update install doc to note centos 8 and netem

This commit is contained in:
Blake Harnden 2020-07-14 11:02:00 -07:00
parent dfb3e0c424
commit f00d4aef0b

View file

@ -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