commit | d7f5dad6d1ab3078fcabc79e15a88873940c074d | [log] [tgz] |
---|---|---|
author | Christian Franke <chris@opensourcerouting.org> | Thu Jan 24 14:04:46 2013 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Thu Sep 19 17:51:16 2013 +0200 |
tree | 54906529478fcfbd02168a3958430ddf4c4a5139 | |
parent | 676e1a0142ec8b181d4d7ea1038f461bc67c1ee1 [diff] |
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>