From 5d01b78492964441d3e427c364ecfdc2f45ba47d Mon Sep 17 00:00:00 2001 From: Interduo Date: Mon, 23 Jan 2023 13:55:41 +0100 Subject: [PATCH] bugfix: propper path in lqosd --- src/rust/lqosd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/lqosd/README.md b/src/rust/lqosd/README.md index ba976190..1e68e29e 100644 --- a/src/rust/lqosd/README.md +++ b/src/rust/lqosd/README.md @@ -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. \ No newline at end of file +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.