diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:23:57 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:46:38 +0200 |
| commit | 15514b6d288d3c46913cd1b79c8b42850bf1c35d (patch) | |
| tree | ce1c605969814bbd3eba4e21c61112c61b842592 /lib/northbound.h | |
| parent | 390081329874c4fd8b4a15ffa2a090275b5fc8ac (diff) | |
lib, mgmtd, zebra: cleanup of zebra conversion to mgmtd
- use `apply_finish` callback when possible to avoid multiple applies per commit
- move table range working to the CLI handler
- remove unnecessary conditional compilation
- remove unnecessary boolean conversion
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/northbound.h')
| -rw-r--r-- | lib/northbound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/northbound.h b/lib/northbound.h index b7194ea40e..2d9643e7b4 100644 --- a/lib/northbound.h +++ b/lib/northbound.h @@ -630,6 +630,7 @@ struct frr_yang_module_info { /* * The NULL-terminated list of supported features. + * Features are defined with "feature" statements in the YANG model. * Use ["*", NULL] to enable all features. * Use NULL to disable all features. */ |
