diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-11-06 21:15:39 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2020-11-24 20:15:52 -0300 | 
| commit | e886416f81703c66cf5a4443a2adf929d2b8d7b2 (patch) | |
| tree | c8bc872d04da3ecf2fdc3261f2c937b9cae87be7 /isisd/isis_circuit.h | |
| parent | 2d560b3d6dfdd184d104242196266c8baea1ffcd (diff) | |
isisd: add support for classic LFA (RFC 5286)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_circuit.h')
| -rw-r--r-- | isisd/isis_circuit.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_circuit.h b/isisd/isis_circuit.h index b4b03bf6b9..e736d8fb1f 100644 --- a/isisd/isis_circuit.h +++ b/isisd/isis_circuit.h @@ -141,6 +141,8 @@ struct isis_circuit {  	bool disable_threeway_adj;  	struct bfd_info *bfd_info;  	struct ldp_sync_info *ldp_sync_info; +	bool lfa_protection[ISIS_LEVELS]; +	struct hash *lfa_excluded_ifaces[ISIS_LEVELS];  	bool tilfa_protection[ISIS_LEVELS];  	bool tilfa_node_protection[ISIS_LEVELS];  	/*  | 
