]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix problem with bypass getting set accidentally on all ESs
authorAnuradha Karuppiah <anuradhak@nvidia.com>
Fri, 19 Feb 2021 01:49:20 +0000 (17:49 -0800)
committerAnuradha Karuppiah <anuradhak@nvidia.com>
Wed, 24 Feb 2021 16:11:26 +0000 (08:11 -0800)
commit3f589fa8ecd0eafadef6938637aa8f442702ae91
tree00911cf7256e1321bd344d69b682c8a8b4c37b06
parent6bf6282da9d6da5d102c5060f1233b2dffe44d7d
zebra: fix problem with bypass getting set accidentally on all ESs

This was caused because of uninitialized netlint attrs in the bond-member
netlink parse API.

PS: It was caught by the upstream topotests on ARM8 (passed everywhere
else).

Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
zebra/if_netlink.c