]> git.puffer.fish Git - matthieu/frr.git/commit
ripd: code simplification for redistribution.
authorMatthieu Boutier <boutier@pps.univ-paris-diderot.fr>
Thu, 22 Sep 2016 21:11:05 +0000 (18:11 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 26 Sep 2016 14:52:41 +0000 (10:52 -0400)
commit7c989d74b54af77d06df8760bebc5d0d377b57c9
tree2101e242b0fd40908666d4c57bcf64c9692d1b75
parentee5bb56117a7732f13924d101434452f46c2a3bc
ripd: code simplification for redistribution.

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