mirror_frr/ripngd
Igor Ryzhov 104fd76738 *: fix interface config write in NB-converted daemons
When writing the config from the NB-converted daemon, we must not rely
on the operational data. This commit changes the output of the interface
configuration to use only config data. As the code is the same for all
daemons, move it to the lib and remove all the duplicated code.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2021-10-25 15:31:07 +03:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
Makefile build: non-recursive ripd & ripngd 2017-08-04 11:09:50 +02:00
ripng_cli.c lib: northbound cli show/cmd functions must not modify data nodes 2021-10-13 20:12:35 +03:00
ripng_debug.c *: move "show debugging ..." commands to enable node 2020-10-02 15:06:05 +03:00
ripng_debug.h ripngd: fix SIGHUP handling 2018-12-03 13:47:58 -02:00
ripng_interface.c *: fix interface config write in NB-converted daemons 2021-10-25 15:31:07 +03:00
ripng_main.c *: Drop break after using frr_help_exit() in switch/case 2021-08-25 10:49:05 +03:00
ripng_nb_config.c ripngd: Intentionally ignore return code for str2prefix_ipv6 2020-10-11 12:38:42 -04:00
ripng_nb_rpcs.c *: change the signature of the northbound callbacks to be more flexible 2020-04-23 10:14:32 -03:00
ripng_nb_state.c zebra: optimize the RIB get_next() callback 2020-05-15 23:47:43 -03:00
ripng_nb.c ripngd: split northbound callbacks into multiple files 2019-10-29 21:49:14 -03:00
ripng_nb.h lib: northbound cli show/cmd functions must not modify data nodes 2021-10-13 20:12:35 +03:00
ripng_nexthop.c *: require semicolon after DEFINE_MTYPE & co 2021-03-17 06:18:17 +01:00
ripng_nexthop.h *: reindent 2017-07-17 14:04:07 +02:00
ripng_offset.c *: require semicolon after DEFINE_MTYPE & co 2021-03-17 06:18:17 +01:00
ripng_peer.c ripngd: use pI6 instead of inet6_ntoa 2021-03-31 08:32:48 -04:00
ripng_route.c *: require semicolon after DEFINE_MTYPE & co 2021-03-17 06:18:17 +01:00
ripng_route.h ripngd: remove the ripng global variable 2019-01-18 16:15:41 -02:00
ripng_routemap.c *: Remove route_map_object_t from the system 2020-11-13 19:35:20 -05:00
ripng_zebra.c bgpd, lib, ripngd: Add agg_node_get_prefix 2020-03-24 07:51:41 -04:00
ripngd.c ripngd: Ensure better struct thread * semantics 2021-10-04 09:28:36 -04:00
ripngd.h ripngd: Ensure better struct thread * semantics 2021-10-04 09:28:36 -04:00
subdir.am *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00