diff options
Diffstat (limited to 'ospfd/ospf_sr.h')
-rw-r--r-- | ospfd/ospf_sr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_sr.h b/ospfd/ospf_sr.h index c54d2dcc3..222675944 100644 --- a/ospfd/ospf_sr.h +++ b/ospfd/ospf_sr.h @@ -269,7 +269,7 @@ struct sr_node { /* List of Prefix & Link advertise by this node */ struct list *ext_prefix; /* For Node SID */ - struct list *ext_link; /* For Adj and LAN SID */ + struct list *ext_link; /* For Adjacency SID */ /* Pointer to FRR SR-Node or NULL if it is not a neighbor */ struct sr_node *neighbor; |