]> git.puffer.fish Git - matthieu/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)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 23 Sep 2020 17:12:20 +0000 (13:12 -0400)
commitf24d9ab66758a955300b2134894420b5af095b77
tree13c36c72bae2bad5a1b8ce93c47308b48edf72ec
parentaa178efd49d2cbf0ea9790acb7e318de8f97cc80
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