mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 10:09:25 +00:00
ospfd: remove unused enum case for state of SR ..
In addition, make the relationship among several macros more explicit. Signed-off-by: Fredi Raspall <fredi@voltanet.io>
This commit is contained in:
parent
6f609c4980
commit
2110d03e06
@ -221,7 +221,7 @@ struct sr_local_block {
|
||||
enum sid_type { PREF_SID, LOCAL_SID, ADJ_SID, LAN_ADJ_SID };
|
||||
|
||||
/* Status of Segment Routing: Off (Disable), On (Enable), (Up) Started */
|
||||
enum sr_status { SR_OFF, SR_ON, SR_UP, SR_DOWN };
|
||||
enum sr_status { SR_OFF, SR_ON, SR_UP };
|
||||
|
||||
/* Structure aggregating all OSPF Segment Routing information for the node */
|
||||
struct ospf_sr_db {
|
||||
|
Loading…
Reference in New Issue
Block a user