diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2015-05-31 23:25:33 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2015-06-08 02:24:08 +0200 |
commit | d217ba5111a80a629e408961b902d7759c4b46f5 (patch) | |
tree | 2cfb5bfcdaf6b959a9b1dbe08b4cf7ebc740a564 /proto/ospf/topology.h | |
parent | ca34698ca62d979c281ed517f040619e31c3ada3 (diff) |
Moving of mulipath merging code from OSPF to nest
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r-- | proto/ospf/topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index e2d6c773..5652ced0 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -39,7 +39,7 @@ struct top_hash_entry #define INSPF 2 u8 mode; /* LSA generated during RT calculation (LSA_RTCALC or LSA_STALE)*/ u8 nhs_reuse; /* Whether nhs nodes can be reused during merging. - See a note in rt.c:merge_nexthops() */ + See a note in rt.c:add_cand() */ }; |