From bd0581e434c489c9fad754febccd5c40c1ce3357 Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Fri, 9 Dec 2022 12:34:50 +0100 Subject: lib,isisd: add extended admin-group info into the ted Add extended admin-group info into the ted. Signed-off-by: Louis Scalbert --- lib/link_state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/link_state.h') diff --git a/lib/link_state.h b/lib/link_state.h index ed315452da..35e6c9311b 100644 --- a/lib/link_state.h +++ b/lib/link_state.h @@ -25,6 +25,7 @@ #ifndef _FRR_LINK_STATE_H_ #define _FRR_LINK_STATE_H_ +#include "admin_group.h" #include "typesafe.h" #ifdef __cplusplus @@ -169,6 +170,7 @@ struct ls_node { #define LS_ATTR_ADJ_SID6 0x04000000 #define LS_ATTR_BCK_ADJ_SID6 0x08000000 #define LS_ATTR_SRLG 0x10000000 +#define LS_ATTR_EXT_ADM_GRP 0x20000000 /* Link State Attributes */ struct ls_attributes { @@ -202,6 +204,7 @@ struct ls_attributes { float rsv_bw; /* Reserved Bandwidth */ float used_bw; /* Utilized Bandwidth */ } extended; + struct admin_group ext_admin_group; /* Extended Admin. Group */ #define ADJ_PRI_IPV4 0 #define ADJ_BCK_IPV4 1 #define ADJ_PRI_IPV6 2 -- cgit v1.2.3