diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-23 19:46:39 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-23 19:46:39 -0400 | 
| commit | a36898e7555036c786f7aa944b848966b45d5897 (patch) | |
| tree | fb34f0ca1836e09a8e89e73ebd6696a08b89b631 /isisd/isis_te.c | |
| parent | a12bb225a6681b7e7eb0aac105cbc8b745675131 (diff) | |
Revert "Ospf missing interface handling 2"
Diffstat (limited to 'isisd/isis_te.c')
| -rw-r--r-- | isisd/isis_te.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/isisd/isis_te.c b/isisd/isis_te.c index a56c2836d0..4ea6c2c60d 100644 --- a/isisd/isis_te.c +++ b/isisd/isis_te.c @@ -1175,8 +1175,7 @@ DEFUN (show_isis_mpls_te_interface,  		}  	} else {  		/* Interface name is specified. */ -		ifp = if_lookup_by_name(argv[idx_interface]->arg, -					vrf_lookup_by_id(VRF_DEFAULT)); +		ifp = if_lookup_by_name(argv[idx_interface]->arg, VRF_DEFAULT);  		if (ifp == NULL)  			vty_out(vty, "No such interface name\n");  		else {  | 
