diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-09-24 15:51:18 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-09-27 12:38:08 -0400 | 
| commit | ed6cec97d7f2c5abbc5a2ef2f087a614c54ddcb1 (patch) | |
| tree | e5804304819a41268360ca56509a8711be3ee09f /staticd | |
| parent | 4aabcba0f15d9a37088bfc1c2787d45ed58592e5 (diff) | |
*: Add resolve via default flag
Diffstat (limited to 'staticd')
| -rw-r--r-- | staticd/static_zebra.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_zebra.c b/staticd/static_zebra.c index 452b5c42a4..a01ecad815 100644 --- a/staticd/static_zebra.c +++ b/staticd/static_zebra.c @@ -332,7 +332,7 @@ void static_zebra_nht_register(struct static_nexthop *nh, bool reg)  		static_nht_hash_free(nhtd);  	} -	if (zclient_send_rnh(zclient, cmd, &p, false, nh->nh_vrf_id) +	if (zclient_send_rnh(zclient, cmd, &p, false, false, nh->nh_vrf_id)  	    == ZCLIENT_SEND_FAILURE)  		zlog_warn("%s: Failure to send nexthop to zebra", __func__);  }  | 
