Changeset View
Changeset View
Standalone View
Standalone View
files/0001-point-to-Solus-location-of-iproute2-see-T7360.patch
- This file was added.
| From c0196607515d186c3eddb0a5f2ec2f9163052601 Mon Sep 17 00:00:00 2001 | |||||
| From: David Harder <davidjharder@gmail.com> | |||||
| Date: Fri, 21 Dec 2018 14:25:32 -0700 | |||||
| Subject: [PATCH] point to Solus location of iproute2, see T7360 | |||||
| --- | |||||
| qomui/bypass.py | 2 +- | |||||
| 1 file changed, 1 insertion(+), 1 deletion(-) | |||||
| diff --git a/qomui/bypass.py b/qomui/bypass.py | |||||
| index 23def17..247b5a3 100755 | |||||
| --- a/qomui/bypass.py | |||||
| +++ b/qomui/bypass.py | |||||
| @@ -41,7 +41,7 @@ def create_cgroup(user, group, interface, gw=None, gw_6=None, default_int=None) | |||||
| logging.debug("Bypass: No routing table added - table bypass_qomui already exists") | |||||
| except CalledProcessError: | |||||
| - with open("/etc/iproute2/rt_tables", "a") as rt_tables: | |||||
| + with open("/usr/share/defaults/iproute2/rt_tables", "a") as rt_tables: | |||||
| rt_tables.write("11 bypass_qomui\n") | |||||
| logging.debug("Bypass: Created new routing table") | |||||
| -- | |||||
| 2.20.1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.