diff options
Diffstat (limited to 'isisd/isis_nb.c')
| -rw-r--r-- | isisd/isis_nb.c | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/isisd/isis_nb.c b/isisd/isis_nb.c index 7dc3a0eb3d..9141bfc46c 100644 --- a/isisd/isis_nb.c +++ b/isisd/isis_nb.c @@ -559,6 +559,13 @@ const struct frr_yang_module_info frr_isisd_info = {  			},  		},  		{ +			.xpath = "/frr-isisd:isis/instance/log-pdu-drops", +			.cbs = { +				.cli_show = cli_show_isis_log_pdu_drops, +				.modify = isis_instance_log_pdu_drops_modify, +			}, +		}, +		{  			.xpath = "/frr-isisd:isis/instance/mpls-te",  			.cbs = {  				.cli_show = cli_show_isis_mpls_te,  | 
