]> git.puffer.fish Git - mirror/frr.git/commit
zebra: fix installing an evpn neighbor update 6752/head
authorJakub Urbańczyk <xthaid@gmail.com>
Thu, 16 Jul 2020 13:49:05 +0000 (15:49 +0200)
committerJakub Urbańczyk <xthaid@gmail.com>
Thu, 16 Jul 2020 13:49:05 +0000 (15:49 +0200)
commit45c80fbd085d743db0856ee1f8f7c8ef272f171b
treec4090fcadfc59b4b792fbce8d1c536ad8cb50064
parent249df50a203faecf099faaeb3f41a4beb5029589
zebra: fix installing an evpn neighbor update

Fix the function encoding evpn neighbor. The size of the buffer
for the netlink message wasn't correct and because of that we thought that
the message didn't fit entirely in the buffer and thus we were not sending
the update to the kernel.

Signed-off-by: Jakub Urbańczyk <xthaid@gmail.com>
zebra/rt_netlink.c