mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
ospf6d: remove unused constants
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
959331a339
commit
c1879c8fc5
@ -124,7 +124,6 @@ struct ospf6_area {
|
||||
#define OSPF6_NSSA_TRANSLATE_ENABLED 1
|
||||
};
|
||||
|
||||
#define OSPF6_AREA_DEFAULT 0x00
|
||||
#define OSPF6_AREA_ENABLE 0x01
|
||||
#define OSPF6_AREA_ACTIVE 0x02
|
||||
#define OSPF6_AREA_TRANSIT 0x04 /* TransitCapability */
|
||||
|
@ -148,8 +148,7 @@ struct ospf6_path {
|
||||
#define OSPF6_PATH_TYPE_INTER 2
|
||||
#define OSPF6_PATH_TYPE_EXTERNAL1 3
|
||||
#define OSPF6_PATH_TYPE_EXTERNAL2 4
|
||||
#define OSPF6_PATH_TYPE_REDISTRIBUTE 5
|
||||
#define OSPF6_PATH_TYPE_MAX 6
|
||||
#define OSPF6_PATH_TYPE_MAX 5
|
||||
|
||||
#define OSPF6_PATH_SUBTYPE_DEFAULT_RT 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user