]> git.proxmox.com Git - mirror_frr.git/commit
ripngd: code simplification for redistribution.
authorMatthieu Boutier <boutier@pps.univ-paris-diderot.fr>
Thu, 22 Sep 2016 21:11:06 +0000 (18:11 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 26 Sep 2016 14:52:41 +0000 (10:52 -0400)
commit644ed6c5deb1e37b45b978e1d302785be6a25c18
tree7c0194842104d4684eed0e5b1711dcf903a8a541
parent7c989d74b54af77d06df8760bebc5d0d377b57c9
ripngd: code simplification for redistribution.

Use loops and variables instead of doing each cases by hand.
Use boolean instead of having 2 almost identical functions.
ripngd/ripngd.c