1
0
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:
Julien Fortin
2018-10-31 15:42:06 +01:00
parent 9d50518591
commit 84ae193632

View File

@ -29,12 +29,12 @@ disable_cli_interfacesfile=0
# 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
# by scripts
addon_syntax_check=1
addon_syntax_check=0
# 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