]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix crash in connected.c due to RA change
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 15 Dec 2015 13:22:48 +0000 (05:22 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 15 Dec 2015 13:22:48 +0000 (05:22 -0800)
commitf11b863d69e62d54168d75f3cc2018103b9a7e34
treef690f32607e7432821bbabeb0cfb622419aaf380
parentca208d065c064692a334dff8612b7049475d4214
zebra: Fix crash in connected.c due to RA change

Back out original null pointer fix targeted it was the wrong fix.

Basically when a ip address is deleted the RA code was waiting till after
the connected pointer was deleted to set the RA appropriately.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
zebra/connected.c
zebra/interface.c