bugfix: propper path in lqosd

This commit is contained in:
Interduo
2023-01-23 13:55:41 +01:00
committed by GitHub
parent 6fc1c89c0c
commit 5d01b78492

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.