If set to "true", the allow-list-delete-all parameter for netconfd-pro enables the delete-all operation for deleting instances of list objects during server operation. If "false", then the delete-all operation is not enabled for deleting instances of list objects. The default is "false". The allow-list-delete-all parameter can be set via the command line when booting netconfd-pro:
user@system> netconfd-pro --allow-list-delete-all=true
or configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf allow-list-delete-all # If 'true', then the delete-all operation is enabled # for deleting instances of list objects. # If 'false', then the delete-all operation is not enabled # for deleting instances of list objects. # # allow-list-delete-all false allow-list-delete-all true