commit | e0b0ac8c97d9b8885785ed0461f87a34e70f368e | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Thu Apr 24 20:22:53 2014 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Thu Jan 22 18:46:22 2015 +0100 |
tree | c14b932430f1d8ff25a00b48cc2e38fd4b604ea5 | |
parent | 1c6db0d2da34044ddfb42665fda8a3387ecc451d [diff] |
zebra: factor out rib debug logs Introduces a logging function that takes a struct route_node * argument, and prefixes log output with that node's prefix. While this removes some duplication, it will also later be useful for srcdest route nodes. Behaviour before and after the patch should be exactly identical. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>