diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2020-11-20 06:01:55 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2020-11-30 17:36:10 +0300 | 
| commit | f5f26b8fcad0e36b7d8b88aeb652072eb203da22 (patch) | |
| tree | e92a541150fea48197b972bd3c05b5dffd1d7679 /ospf6d/ospf6_asbr.h | |
| parent | e285b70d3c802606cb7e9b6b18bcf9534168bc5d (diff) | |
ospf6: get instance from lsdb data
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'ospf6d/ospf6_asbr.h')
| -rw-r--r-- | ospf6d/ospf6_asbr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_asbr.h b/ospf6d/ospf6_asbr.h index 46c99706ac..24cc6a07b2 100644 --- a/ospf6d/ospf6_asbr.h +++ b/ospf6d/ospf6_asbr.h @@ -70,7 +70,7 @@ struct ospf6_as_external_lsa {  		(E)->bits_metric |= htonl(0x00ffffff) & htonl(C);              \  	} -extern void ospf6_asbr_lsa_add(struct ospf6_lsa *lsa, struct ospf6 *ospf6); +extern void ospf6_asbr_lsa_add(struct ospf6_lsa *lsa);  extern void ospf6_asbr_lsa_remove(struct ospf6_lsa *lsa,  				  struct ospf6_route *asbr_entry);  extern void ospf6_asbr_lsentry_add(struct ospf6_route *asbr_entry,  | 
