Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> (cherry picked from commit bdf6a9b)
- Loading branch information