]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: consolidate connected_implicit_withdraw
authorChristian Franke <chris@opensourcerouting.org>
Thu, 24 Jan 2013 14:04:46 +0000 (14:04 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 Sep 2013 15:51:16 +0000 (17:51 +0200)
commitd7f5dad6d1ab3078fcabc79e15a88873940c074d
tree54906529478fcfbd02168a3958430ddf4c4a5139
parent676e1a0142ec8b181d4d7ea1038f461bc67c1ee1
zebra: consolidate connected_implicit_withdraw

connected_implicit_withdraw is used at two places and followed by exactly
the same code. Move that code into connected_implicit_withdraw and give
that function a more descriptive name.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/connected.c