]> git.puffer.fish Git - mirror/frr.git/commit
lib, mgmtd, zebra: cleanup of zebra conversion to mgmtd 15181/head
authorIgor Ryzhov <iryzhov@nfware.com>
Sun, 28 Jan 2024 21:23:57 +0000 (23:23 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Sun, 28 Jan 2024 21:46:38 +0000 (23:46 +0200)
commit15514b6d288d3c46913cd1b79c8b42850bf1c35d
treece1c605969814bbd3eba4e21c61112c61b842592
parent390081329874c4fd8b4a15ffa2a090275b5fc8ac
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>
lib/northbound.h
zebra/interface.c
zebra/table_manager.c
zebra/zebra_cli.c
zebra/zebra_nb.c
zebra/zebra_nb.h
zebra/zebra_nb_config.c