infix icon indicating copy to clipboard operation
infix copied to clipboard

Add support for ietf-syslog.yang

Open troglobit opened this issue 1 year ago • 1 comments

Description

WIP (more coming soon ...)

REMEMBER: rebase/update commit message for CLI hang fix!

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • [ ] Bugfix
    • [ ] Regression tests
    • [ ] ChangeLog updates (for next release)
  • [X] Feature
    • [X] YANG model change => revision updated?
    • [X] Regression tests added?
    • [ ] ChangeLog updates (for next release)
    • [ ] Documentation added?
  • [ ] Code style update (formatting, renaming)
  • [X] Refactoring (please detail in commit messages)
  • [ ] Build related changes
  • [ ] Documentation content changes
  • [ ] Other (please describe):

troglobit avatar Jul 17 '24 16:07 troglobit

Marking this as draft to make it clear it's not done yet.

TODO

Currently the last patch, to add support for audit, does not report the correct user initiating the change. APIs tested include sr_session_get_user() and sr_nacm_get_user(). Both return root, so this needs to be investigated further.

  • [x] Investigate user change tracking in sysrepo, netopeer2, rousette, and klishd

troglobit avatar Jul 22 '24 10:07 troglobit

Finally done.

troglobit avatar Aug 23 '24 07:08 troglobit