diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-09-23 09:38:02 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2019-09-23 09:38:05 -0300 | 
| commit | c32496ee5cbfba00cf449ed3218df3d2caee5c3f (patch) | |
| tree | 232d05dfc020b856d11972cf1c8500fc34469322 /isisd/isis_adjacency.c | |
| parent | aec5ef490cfa2495aa1ab22cedd46659fd2366b6 (diff) | |
isisd, yang: implement interface counters
The new "event-counters" grouping is almost a 1:1 copy of the same
grouping from the IETF IS-IS module, except for the "lan-dis-changes"
leaf which was skipped (more work needs to be done to support it).
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_adjacency.c')
| -rw-r--r-- | isisd/isis_adjacency.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_adjacency.c b/isisd/isis_adjacency.c index 9b368cc404..d2ec6ff566 100644 --- a/isisd/isis_adjacency.c +++ b/isisd/isis_adjacency.c @@ -254,6 +254,7 @@ void isis_adj_state_change(struct isis_adjacency *adj,  			reason ? reason : "unspecified");  	} +	circuit->adj_state_changes++;  #ifndef FABRICD  	/* send northbound notification */  	isis_notif_adj_state_change(adj, new_state, reason);  | 
