]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix crash on macvlan link down/up 15600/head
authorTomi Salminen <tlsalmin@gmail.com>
Wed, 13 Dec 2023 09:37:21 +0000 (11:37 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 22 Mar 2024 12:32:05 +0000 (12:32 +0000)
commit1b04eedc16ff7311e3bdd07f7a1e426947e447de
tree2db407d56e007b1025b48ee5c6bfba046757c8a3
parentefb4f0e3863320e0b1a2f517ab76275ebe9895df
zebra: Fix crash on macvlan link down/up

Whenever a link up change was detected on a macvlan device where
the linked device wasn't visible in the namespace zebra was
running in, the linked zebra interface was NULL. This was already
handled in the event of a link down, but was ommitted from the
upside. Added the same null check to the up-side.

Signed-off-by: Tomi Salminen <tlsalmin@gmail.com>
(cherry picked from commit bdf6a9ba810b58146371e8a0000397d2ae9ea956)
zebra/zebra_vxlan.c