From 2e5e5c005d456d0149fe26905bfae165d5999da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sat, 26 Feb 2022 20:25:48 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6828f52d..4eed7372 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ LibreQoS cannot decapsulate MPLS on its own. * XDP's cpumap-redirect achieves higher throughput on a server with direct access to the NIC (XDP offloading possible) vs as a VM with bridges (generic XDP). ### v1.1 (Alpha - IPv4) 2022 +![Screenshot](docs/v1.1-alpha-preview.jpg?raw=true "Screenshot") #### Features * Network heirarchy can be mapped to the network.json file. This allows for both simple network heirarchies (Site>AP>Client) as well as much more complex ones (Site>Site>Micro-PoP>AP>Site>AP>Client). * Graphing of bandwidth to InfluxDB. Parses bandwidth data from "tc -s qdisc show" command, minimizing CPU use.