]> git.proxmox.com Git - ifupdown2.git/blame - debian/patches/pve/0001-config-tuning.patch
update submodule to 1.2.8-1
[ifupdown2.git] / debian / patches / pve / 0001-config-tuning.patch
CommitLineData
b58be444 1From 8b2e7b50a36dfada8d1e04412326c3d8e4ad9266 Mon Sep 17 00:00:00 2001
5c3a0ef4 2From: Alexandre Derumier <aderumier@odiso.com>
b58be444 3Date: Mon, 31 Dec 2018 10:49:48 +0100
9cdefd11 4Subject: [PATCH] config tuning
5c3a0ef4
AD
5
6allow ovs_... options:
7 addon_syntax_check=0
8
b58be444 9multiple_vlan_aware_bridge_support=1
5c3a0ef4
AD
10
11don't shutdown tap, veth, vmbrvX, fwbr on reload
12(as they are not defined in /etc/network/interfaces)
13
b58be444 14ifreload_down_changed=1
5c3a0ef4 15---
9cdefd11
WB
16 etc/network/ifupdown2/ifupdown2.conf | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
5c3a0ef4
AD
18
19diff --git a/etc/network/ifupdown2/ifupdown2.conf b/etc/network/ifupdown2/ifupdown2.conf
b58be444 20index e1035d6..e9264b5 100644
5c3a0ef4
AD
21--- a/etc/network/ifupdown2/ifupdown2.conf
22+++ b/etc/network/ifupdown2/ifupdown2.conf
b58be444 23@@ -29,7 +29,7 @@ disable_cli_interfacesfile=0
5c3a0ef4
AD
24 # are used. But when a mix of scripts and modules are used (which is the
25 # default case), you may get false warnings for attributes supported
26 # by scripts
b58be444
AD
27-addon_syntax_check=0
28+addon_syntax_check=1
5c3a0ef4
AD
29
30 # Support executing of ifupdown style scripts.
31 # Note that by default python addon modules override scripts with the same
5c3a0ef4
AD
32@@ -42,7 +42,7 @@ addon_python_modules_support=1
33 # By default ifupdown2 only supports a single vlan filtering bridge
34 # on the system. Set this flag to 1 to support multiple vlan
35 # filtering bridges
36-multiple_vlan_aware_bridge_support=0
37+multiple_vlan_aware_bridge_support=1
38
39 # ifquery check status strings.
40 # By default `ifquery --check` prints the check and
41--
422.11.0
43