lighty icon indicating copy to clipboard operation
lighty copied to clipboard

Lightweight OpenDaylight runtime library.

Results 23 lighty issues
Sort by recently updated
recently updated
newest added

Default configuration in lighty was missing instance-identifier-patch-module which was causing YANG Patch model to not work: https://github.com/PANTHEONtech/lighty/issues/533

Remove no more needed RESTCONF draft 18 paths from Lighty.io swagger UI. Signed-off-by: Ivan Hrasko

This package serve to handle time-out of starting and shutting down lighty modules. This is a replacement for RNC/RcGNMI app argument `-t/--timeout-in-seconds`. Now module time-out will be set up in...

- Fix Smoke tests (Close resources and add missing assertions) - Add test to Swagger API availability in RNC module ID: 1772

1) If in schemacontext is present, augmentation node with same name as searched node. It will find first augmentation node instead of searched node. For example, if in gNMI is...