1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

config: changing default value of addon_scripts_support to 1

Ticket:
Reviewed By: Roopa
Testing Done:

Support executing of ifupdown style scripts by default (1). Note that by default
python addon modules override scripts with the same name.

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2016-09-21 11:35:22 -07:00
parent 9549af5d6e
commit eb76f335c9

View File

@@ -34,7 +34,7 @@ addon_syntax_check=1
# Support executing of ifupdown style scripts.
# Note that by default python addon modules override scripts with the same
# name
addon_scripts_support=0
addon_scripts_support=1
# enable python addons
addon_python_modules_support=1