The sil-missing-error parameter for netconfd-pro dictates whether or not missing SIL code for a module will be treated as an error.
If 'true' then when a module is loaded, but the SIL library code for the module is not found, an error will be returned instead of a warning printed.
If 'false' then when a module is loaded, but the SIL library code for the module is not found, no error will be returned. Instead, only a warning will be printed. The default is 'false'.
The sil-missing-error parameter can be invoked via the command line when starting netconfd-pro:
user@system> netconfd-pro --sil-missing-error=true
or configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf sil-missing-error # # If 'true' then when a module is loaded, but the SIL # library code for the module is not found, an error # will be returned instead of a warning printed. # # If 'false' then when a module is loaded, but the SIL # library code for the module is not found, no error # will be returned. Instead, only a warning will # be printed. # # sil-missing-error false sil-missing-error true