]> git.proxmox.com Git - mirror_frr.git/commit - zebra/connected.c
zebra: Fix crash with certain types of tunnels
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 15 Apr 2018 14:57:19 +0000 (10:57 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 15 Apr 2018 14:57:19 +0000 (10:57 -0400)
commit60c0687a9a0608f828ce36134638ea6974d733ea
treea2b5bb2695f5871d1811ccf58042648c0be27635
parenta6528075a83492062ed31564256dce010e8d1b3b
zebra: Fix crash with certain types of tunnels

Zebra did not have a handler for tunnels in v6 for
some reason.  Add code to handle the broadcast address
for both addition and deletion.

This appears to fix the crash.  There might still need
to be some work to make the code `work` properly for
this type of tunnel.

Fixes: #2063
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/connected.c
zebra/connected.h
zebra/if_ioctl.c
zebra/if_ioctl_solaris.c
zebra/if_netlink.c
zebra/kernel_socket.c