Working with SIL or SIL-SA Code

Generating netconfd-pro server instrumentation library code stubs

creating SIL stub files - manpage: make_sil_dir_pro
make_sil_dir_pro - create a server instrumentation library working directory   SYNOPSIS  make_sil_dir_pro [--split] module-name 0*(extra-parms) Rec...
Tue, 21 Sep, 2021 at 9:25 PM
creating SIL-SA stub files - manpage: make_sil_sa_dir
make_sil_sa_dir - create a server instrumentation library working directory for a sub-agent   SYNOPSIS make_sil_sa_dir [--split] module-name 0*(extra-...
Tue, 21 Sep, 2021 at 9:26 PM
creating SIL Bundle stub files - manpage: make_sil_bundle
make_sil_bundle - create a SIL bundle working directory   SYNOPSIS make_sil_bundle bundle-name 1*(module-name) 0*(extra-parms) Recommended Usage: ...
Tue, 21 Sep, 2021 at 9:23 PM
creating SIL-SA Bundle stub files - manpage: make_sil_sa_bundle
make_sil_sa_bundle - create a SIL-SA bundle working directory   SYNOPSIS make_sil_sa_bundle bundle-name 1*(module-name) 0*(extra-parms) Recommende...
Tue, 21 Sep, 2021 at 9:23 PM
How Do I Save val_value_t Data to an XML File?
SIL and SIL-SA code use the data structure val_value_t to represent YANG data It may sometimes be useful for debugging or other purposes to save YANG da...
Thu, 30 Sep, 2021 at 3:06 PM
How to set Custom Error Message during SIL-SA EDIT?
This article describes how to set a custom Error message in case the EDIT callback reports an error. For example, assume we have the following simplified ...
Thu, 24 Feb, 2022 at 5:56 PM