summaryrefslogtreecommitdiff
path: root/isisd/isis_lfa.h
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_lfa.h')
-rw-r--r--isisd/isis_lfa.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/isisd/isis_lfa.h b/isisd/isis_lfa.h
index 62a7666f9c..835618760c 100644
--- a/isisd/isis_lfa.h
+++ b/isisd/isis_lfa.h
@@ -28,7 +28,11 @@ enum isis_tilfa_sid_type {
struct isis_tilfa_sid {
enum isis_tilfa_sid_type type;
union {
- uint32_t index;
+ struct {
+ uint32_t value;
+ bool remote;
+ uint8_t remote_sysid[ISIS_SYS_ID_LEN];
+ } index;
mpls_label_t label;
} value;
};