]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: type mix-up in 28a8cfc "don't require IPv4"
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 18 Aug 2014 16:05:25 +0000 (18:05 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 18 Aug 2014 16:16:28 +0000 (18:16 +0200)
commitad2f92b6b07883f6a2a26499eab1776933185960
tree8bc8790cf92b37ff2cd02e5000a3332e053feae5
parent4c005e3f65a1f5b4592b1ebbac392cbb1a710998
isisd: type mix-up in 28a8cfc "don't require IPv4"

Whoops, these are in6_addrs, not prefix_ipv6... funnily enough, it does the
right thing either way, if it compiles, which it only does on Linux because
IN6_IS_ADDR_LINKLOCAL contains a cast to the right type.  On BSD there is no
such cast, hence it explodes on trying to compile, trying to access struct
members of in6_addrs while operating on prefix_ipv6...

Fixes: 28a8cfc ("isisd: don't require IPv4 for adjacency")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
isisd/isis_pdu.c