Merge pull request #212 from interduo/patch-9

bugfix: propper path in lqosd documentation
This commit is contained in:
Dave Täht 2023-01-23 05:28:14 -08:00 committed by GitHub
commit 328af81553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
You *must* have a file present called `/etc/lqos.conf`. At a minimum, it must tell `lqosd` where to find the LibreQoS configuration. For example:
```toml
lqos_directory = '/opt/libreqos/v1.3'
lqos_directory = '/opt/libreqos'
```
## Offload Tuning
@ -63,4 +63,4 @@ vlan_mapping = [
]
```
Reciprocal mappings are created NOT automatically, you have to specify each mapping. When you are using "on a stick" mode, you need to redirect to the same interface.
Reciprocal mappings are created NOT automatically, you have to specify each mapping. When you are using "on a stick" mode, you need to redirect to the same interface.