diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-19 09:52:17 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-03-06 16:02:52 -0500 | 
| commit | 17823cdd2c943746ffee0a6bf87b75a3a8b1c0ff (patch) | |
| tree | 7a7e43d282c629ae580fc3431b665295bceef283 /zebra/zebra_mlag.h | |
| parent | a054f6d73e43f70e7e10f026d7cc3f3b09f3fc09 (diff) | |
pimd: Add accidently missed code during upstreaming process
There was some code missed during the upstreaming process
due to code squash.  Identify and put into a commit
to keep code consistent and correct.
Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mlag.h')
| -rw-r--r-- | zebra/zebra_mlag.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_mlag.h b/zebra/zebra_mlag.h index c35fa15561..d44a400666 100644 --- a/zebra/zebra_mlag.h +++ b/zebra/zebra_mlag.h @@ -46,6 +46,7 @@ extern uint32_t mlag_rd_buf_offset;  static inline void zebra_mlag_reset_read_buffer(void)  { +	memset(mlag_wr_buffer, 0, ZEBRA_MLAG_BUF_LIMIT);  	mlag_rd_buf_offset = 0;  }  | 
