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/rt.h | |
parent | ca34698ca62d979c281ed517f040619e31c3ada3 (diff) |
Moving of mulipath merging code from OSPF to nest
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r-- | proto/ospf/rt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index 61936f3c..30332f3b 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -18,7 +18,8 @@ typedef struct orta { u8 type; /* RTS_OSPF_* */ - u8 nhs_reuse; /* Whether nhs nodes can be reused during merging */ + u8 nhs_reuse; /* Whether nhs nodes can be reused during merging. + See a note in rt.c:add_cand() */ u32 options; /* * For ORT_ROUTER routes, options field are router-LSA style |