diff options
| author | Andrew Cooks <acooks.at.bda@gmail.com> | 2024-05-15 16:42:43 +1000 | 
|---|---|---|
| committer | Andrew Cooks <acooks.at.bda@gmail.com> | 2024-09-16 18:38:16 +1000 | 
| commit | 89e18bfad1cb0e01af904d539da1d4a6aeb2ae5b (patch) | |
| tree | 4524eb21f53abda20b8cd74093dd57809e705c4d /ospf6d/ospf6_asbr.h | |
| parent | 7c9a79f1823cdc59a94ddf7c442a604feb054544 (diff) | |
ospf6d: move lsa structs to ospf6_lsa.h
It will be cleaner to have the LSAs in a single header and the future
TLVs in a single header.
Signed-off-by: Andrew Cooks <acooks.at.bda@gmail.com>
Diffstat (limited to 'ospf6d/ospf6_asbr.h')
| -rw-r--r-- | ospf6d/ospf6_asbr.h | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/ospf6d/ospf6_asbr.h b/ospf6d/ospf6_asbr.h index 21e6d898e8..ace3ba8488 100644 --- a/ospf6d/ospf6_asbr.h +++ b/ospf6d/ospf6_asbr.h @@ -79,17 +79,6 @@ struct ospf6_external_aggr_rt {  	struct hash *match_extnl_hash;  }; -/* AS-External-LSA */ -#define OSPF6_AS_EXTERNAL_LSA_MIN_SIZE         4U /* w/o IPv6 prefix */ -struct ospf6_as_external_lsa { -	uint32_t bits_metric; - -	struct ospf6_prefix prefix; -	/* followed by none or one forwarding address */ -	/* followed by none or one external route tag */ -	/* followed by none or one referenced LS-ID */ -}; -  #define OSPF6_ASBR_BIT_T  ntohl (0x01000000)  #define OSPF6_ASBR_BIT_F  ntohl (0x02000000)  #define OSPF6_ASBR_BIT_E  ntohl (0x04000000)  | 
