]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_zebra.c
bgpd: fix wrong use of IN6_IS_ADDR_LINKLOCAL
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 4 Aug 2016 13:07:29 +0000 (10:07 -0300)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Mon, 8 Aug 2016 01:05:26 +0000 (21:05 -0400)
commit2bb913f5e77157fa8424d7ff0b46b8743112f955
tree5eea632df3781ef68652e32f6b4ca6f34505fcf2
parent60060acc54fd5cb22f00e8f903d04081211a430d
bgpd: fix wrong use of IN6_IS_ADDR_LINKLOCAL

The IN6_IS_ADDR_LINKLOCAL macro expects to receive a pointer to an
in6_addr structure.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_zebra.c