From 3caaa177645d858ed53d1b8fcac974a6d74492c5 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 10 Jun 2021 11:05:26 -0400 Subject: [PATCH] zebra: We already store the last command as part of zserv_write when sending nexthop information. We do not need to reset the last_write_cmd since that is taken care of in the send routine. Signed-off-by: Donald Sharp --- zebra/zebra_rnh.c | 1 - zebra/zebra_srte.c | 1 - 2 files changed, 2 deletions(-) diff --git a/zebra/zebra_rnh.c b/zebra/zebra_rnh.c index a4382441c8..41d55c2e6c 100644 --- a/zebra/zebra_rnh.c +++ b/zebra/zebra_rnh.c @@ -1367,7 +1367,6 @@ int zebra_send_rnh_update(struct rnh *rnh, struct zserv *client, stream_putw_at(s, 0, stream_get_endp(s)); client->nh_last_upd_time = monotime(NULL); - client->last_write_cmd = cmd; return zserv_send_message(client, s); failure: diff --git a/zebra/zebra_srte.c b/zebra/zebra_srte.c index 98158ecc12..6dd60af9fb 100644 --- a/zebra/zebra_srte.c +++ b/zebra/zebra_srte.c @@ -161,7 +161,6 @@ static int zebra_sr_policy_notify_update_client(struct zebra_sr_policy *policy, stream_putw_at(s, 0, stream_get_endp(s)); client->nh_last_upd_time = monotime(NULL); - client->last_write_cmd = ZEBRA_NEXTHOP_UPDATE; return zserv_send_message(client, s); failure: