]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Check for NULL in connected_add_ipv6 2069/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 16 Apr 2018 15:17:52 +0000 (11:17 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 16 Apr 2018 15:17:52 +0000 (11:17 -0400)
commitf52d0a1a702875093b7dedfed9981f39619914b6
treedcd983db6e85f1542ac4020a7a429f5e3e6a65ff
parent60c0687a9a0608f828ce36134638ea6974d733ea
zebra: Check for NULL in connected_add_ipv6

When I implemented the same functionality in add_ipv6 that
add_ipv4 has I just assumed that broad would not be NULL with
the ZEBRA_IFA_PEER flag set.

Modify the code to act similiar to the flow of control
in add_ipv4.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/connected.c