commit | b3bc68e5a4eecd85138463ae5742c2ccaa1db4bb | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Thu Sep 04 13:52:07 2008 +0100 |
committer | Paul Jakma <paul@quagga.net> | Thu Sep 04 13:52:07 2008 +0100 |
tree | 57f3167f01485aee55ca6fb47dd9b87e0b01bd41 | |
parent | 742c64ff34a79ad22982c433edd8d7cf32fd9cdf [diff] |
[ospfd] Minor enhancements to recent self-host-routes suppression patch * ospf_spf.c: (ospf_spf_process_stubs) Track whether parent router vertex is the root, so that the host-route suppression logic need only be activated for such vertices. Move the actual logic to ospf_intra_add_stub. * ospf_route.c: (ospf_intra_add_stub) Main test of link moved here, notionally more appropriate.