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