lib: add debugs for interface lib module events
Add some debugs for interface lib events, similar to what is present with "debug vrf".
quite right - updated with a yang model change.
lib/if.c is fully converted to NB, I don't think we should add new functionality using regular non-NB vty anymore.
I wanted to provide some example of how I think debug should be implemented in NB/mgmtd, but unfortunately it's not possible to implement it before https://github.com/FRRouting/frr/pull/15594 is merged (RPCs are necessary for temporary debug settings from the "enable" node).
For now I opened a PR https://github.com/FRRouting/frr/pull/15646 that simplifies the debug module in frrlib and makes it easier to use. As NB can't be implemented properly right now, I'm fine with this PR without NB if it starts using the libfrr debug.
This pull request has conflicts, please resolve those before we can evaluate the pull request.
This PR is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this PR closed.
Updated to newer master; still working on this, still think it's worth ... something
This pull request has conflicts, please resolve those before we can evaluate the pull request.
rebased; still trying to get this to work...
This pull request has conflicts, please resolve those before we can evaluate the pull request.