commit | d53d8fda42e1ce43852d3b4cff914ce79b5c6785 | [log] [tgz] |
---|---|---|
author | Christian Franke <chris@opensourcerouting.org> | Mon Jan 28 07:14:43 2013 +0100 |
committer | David Lamparter <equinox@opensourcerouting.org> | Fri Feb 01 17:55:04 2013 +0100 |
tree | 65fabd06d7388d593c1260c18558acd29c82b523 | |
parent | aeef13b0d5b50a90f293c93eb5a34c2a099d140b [diff] |
bgpd: fix crash in soft-reconfiguration Commit 8692c50652 introduced a bug where bgpd would crash on soft-reconfiguration. This happens e.g. when there are filtered unicast routes because rn->info is NULL in that case, which the code did not account for. Reported-by: Paweł Staszewski <pstaszewski@itcare.pl> Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>