diff options
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r-- | proto/ospf/rt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index 5020b47..559fa5c 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -28,8 +28,11 @@ typedef struct orta u32 metric2; ip_addr nh; /* Next hop */ struct ospf_iface *ifa; /* Outgoing interface */ - struct top_hash_entry *ar; /* Advertising router */ + struct top_hash_entry *ar; /* Advertising router (or ABR) */ u32 tag; + u32 rid; /* Router ID of real advertising router */ + /* For ext-LSA from different area, 'ar' is a type 1 LSA of ABR. + Router ID of real advertising router is stored in 'rid'. */ } orta; |