]> git.puffer.fish Git - mirror/frr.git/commit
Add set ipv6 next-hop peer-address command.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:24:45 +0000 (17:24 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:24:45 +0000 (17:24 -0700)
commit90916ac2825bfd67f35f3c18ab6fa225f9c25113
tree79d03a681bb9fd7e1a8e832cedd4d9b3b774b391
parent000830bdaec70daeeefc1289c1da22e9b7e7c9dc
Add set ipv6 next-hop peer-address command.

IPv4 has the ability to specify the peer address with the keyword peer-address.
IPv6 mandates the use of a specific global or local address only in setting the
next-hop in routemaps. This makes it cumbersome to configure some large networks
with BGP and IPv6. This patch fixes that deficiency.

Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>
bgpd/bgp_routemap.c