]> git.puffer.fish Git - matthieu/frr.git/commit
When peering is done on link-local address, always store the local address
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Jun 2015 14:59:08 +0000 (07:59 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Jun 2015 14:59:08 +0000 (07:59 -0700)
commitb2b926d5876c0742c4b4b0c3748195fde9218820
treefad2254d1930a44a8dcd42e80ffb8306fc3458f3
parent325671b7755b7db61a586dbe7732d9a8e7644b46
When peering is done on link-local address, always store the local address
in the peer structure so that it can be used in setting the link-local nexthop
in updates. This would ensure that in the absence of a global IPv6 address on
the peering interface, a route-map can be used to specify a potentially
arbitrary global v6 nexthop and that would be sent in conjunction with the
correct link-local nexthop.
bgpd/bgp_zebra.c