diff options
Diffstat (limited to 'ospfd/ospf_spf.c')
-rw-r--r-- | ospfd/ospf_spf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c index 412e44d7..33616d83 100644 --- a/ospfd/ospf_spf.c +++ b/ospfd/ospf_spf.c @@ -372,7 +372,6 @@ ospf_nexthop_calculation (struct ospf_area *area, { struct prefix_ipv4 la; la.prefixlen = oi->address->prefixlen; - /* We link to them on PtMP interface - find the interface on w */ while ((l2 = ospf_get_next_link (w, v, l2))) |