]> git.proxmox.com Git - mirror_frr.git/commit
ripngd: retrofit the 'network' command to the new northbound model
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 29 Nov 2018 03:45:02 +0000 (01:45 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 3 Dec 2018 15:47:58 +0000 (13:47 -0200)
commitcc48702b20fa8a6d69e52c1770a741b755828a02
tree11561d29d4ddad562581e93c9b7c7f3061c8b63c
parentad8778c05e7f26790488bdaf583a92ea9de54afa
ripngd: retrofit the 'network' command to the new northbound model

The frr-ripngd YANG module models the ripngd "network" command
using two separate leaf-lists for simplicity: one leaf-list
for interfaces and another leaf-list for actual networks. In the
'cli_show' callbacks, display the "network" command for entries of
both leaf-lists.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripngd/ripng_cli.c
ripngd/ripng_cli.h
ripngd/ripng_interface.c
ripngd/ripng_northbound.c
ripngd/ripngd.c
ripngd/ripngd.h