]> git.proxmox.com Git - ifupdown2.git/blob - debian/patches/pve/0001-config-tuning.patch
update submodule to 1.2.8-1
[ifupdown2.git] / debian / patches / pve / 0001-config-tuning.patch
1 From 8b2e7b50a36dfada8d1e04412326c3d8e4ad9266 Mon Sep 17 00:00:00 2001
2 From: Alexandre Derumier <aderumier@odiso.com>
3 Date: Mon, 31 Dec 2018 10:49:48 +0100
4 Subject: [PATCH] config tuning
5
6 allow ovs_... options:
7 addon_syntax_check=0
8
9 multiple_vlan_aware_bridge_support=1
10
11 don't shutdown tap, veth, vmbrvX, fwbr on reload
12 (as they are not defined in /etc/network/interfaces)
13
14 ifreload_down_changed=1
15 ---
16 etc/network/ifupdown2/ifupdown2.conf | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/etc/network/ifupdown2/ifupdown2.conf b/etc/network/ifupdown2/ifupdown2.conf
20 index e1035d6..e9264b5 100644
21 --- a/etc/network/ifupdown2/ifupdown2.conf
22 +++ b/etc/network/ifupdown2/ifupdown2.conf
23 @@ -29,7 +29,7 @@ disable_cli_interfacesfile=0
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
27 -addon_syntax_check=0
28 +addon_syntax_check=1
29
30 # Support executing of ifupdown style scripts.
31 # Note that by default python addon modules override scripts with the same
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 --
42 2.11.0
43