]> git.puffer.fish Git - mirror/frr.git/commit
zebra: modify mlag code to only need 1 stream when generating data
authorDonald Sharp <sharpd@nvidia.com>
Wed, 23 Sep 2020 16:26:13 +0000 (12:26 -0400)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:25 +0000 (15:54 +0300)
commit7556c0bca9e75d1b921495e1ad3481cebab5859e
tree708dacd2a0657162888bba25763c4ab103d435d2
parentb48011cffd25b38c0a889bc8e8240ed1661cbdca
zebra: modify mlag code to only need 1 stream when generating data

The normal pattern of writing the type/length at the beginning
of the packet was not being quite followed.  Modify the mlag
code to respect the proper way of doing things and get rid
of a stream_new and copy.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_mlag.c