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 /eigrpd/eigrp_filter.c | |
| parent | a12bb225a6681b7e7eb0aac105cbc8b745675131 (diff) | |
Revert "Ospf missing interface handling 2"
Diffstat (limited to 'eigrpd/eigrp_filter.c')
| -rw-r--r-- | eigrpd/eigrp_filter.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/eigrpd/eigrp_filter.c b/eigrpd/eigrp_filter.c index 7727fd96c8..93eed9452c 100644 --- a/eigrpd/eigrp_filter.c +++ b/eigrpd/eigrp_filter.c @@ -174,8 +174,7 @@ void eigrp_distribute_update(struct distribute_ctx *ctx,  		return;  	} -	ifp = if_lookup_by_name(dist->ifname, -				vrf_lookup_by_id(VRF_DEFAULT)); +	ifp = if_lookup_by_name(dist->ifname, VRF_DEFAULT);  	if (ifp == NULL)  		return;  | 
