mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
912 B
912 B
Updating To The Latest Version
If you use the XDP bridge, traffic will briefly stop passing through the bridge when lqosd restarts (XDP bridge is only operating while lqosd runs).
If you installed the .deb
Donwload the latest .deb from libreqos.io/#download.
Unzip the .zip file and transfer the .deb to your LibreQoS box, installing with:
sudo apt install ./[deb file name]
Now reboot the LibreQoS box with:
sudo reboot
This will flush the old eBPF maps and load the latest LibreQoS version.
If you installed with Git
- Change to your
LibreQoSdirectory (e.g.cd /opt/LibreQoS) - Update from Git:
git pull git switch develop- Recompile:
./build-rust.sh sudo rust/remove_pinned_maps.sh
Run the following commands to reload the LibreQoS services.
sudo systemctl restart lqosd lqos_scheduler