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:
@@ -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
|
||||
|
Reference in New Issue
Block a user