From 8ebf995c59495f83b7719b546280a536576f94b5 Mon Sep 17 00:00:00 2001 From: rchac Date: Fri, 2 Oct 2020 11:13:24 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f9cb0f..d0d12617 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,19 @@ A simple way to shape hundreds of clients and reduce bufferbloat using cake or f ## How to use * Add linux interface bridge br0 to the two dedicated interfaces + * For example on Ubuntu 20.04 which uses NetPlan, you would add the following to the .yaml file in /etc/netplan/ +``` +bridges: + br0: + interfaces: + - eth3 + - eth4 +``` * Modify setting parameters in LibreQoS.py to suit your environment * Run: +``` sudo python3 ./LibreQoS.py - +``` ## Special Thanks Thank you to the hundreds of contributors to the cake and fq_codel projects.