mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
ifupdown2.conf: enable addon_scripts_support and disable addon_syntax_check
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -29,12 +29,12 @@ disable_cli_interfacesfile=0
|
|||||||
# are used. But when a mix of scripts and modules are used (which is the
|
# are used. But when a mix of scripts and modules are used (which is the
|
||||||
# default case), you may get false warnings for attributes supported
|
# default case), you may get false warnings for attributes supported
|
||||||
# by scripts
|
# by scripts
|
||||||
addon_syntax_check=1
|
addon_syntax_check=0
|
||||||
|
|
||||||
# Support executing of ifupdown style scripts.
|
# Support executing of ifupdown style scripts.
|
||||||
# Note that by default python addon modules override scripts with the same
|
# Note that by default python addon modules override scripts with the same
|
||||||
# name
|
# name
|
||||||
addon_scripts_support=0
|
addon_scripts_support=1
|
||||||
|
|
||||||
# enable python addons
|
# enable python addons
|
||||||
addon_python_modules_support=1
|
addon_python_modules_support=1
|
||||||
|
Reference in New Issue
Block a user