]> git.puffer.fish Git - mirror/frr.git/commit
zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP
authorHiroshi Yokoi <hiroshi.yokoi.0313@gmail.com>
Tue, 8 Sep 2015 02:52:20 +0000 (11:52 +0900)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:33:31 +0000 (15:33 +0000)
commit6e9b0ac1a9f744926dd1069a8490466b2fd88c80
treee1fe5de283f6988443fa8aa01b3b99df6195c259
parent4e6a053468cf37bbf3f01e7cb28cb3ad80fefb41
zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP

I found that zebra doesn't set correct IPv6 address in its result because of
using *addr's address.  Although I'm using 0.99.22, the latest version has
also use "&addr".  Shouldn't it use "addr"?

Signed-off-by: Hiroshi Yokoi <hiroshi.yokoi.0313@gmail.com>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit 8ccd74c29f5242f312c1e0561497558482c9be65)
zebra/zserv.c