]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Set bgp default nexthop value of IPv6 3509/head
authorFaicker Mo <faicker.mo@ucloud.cn>
Wed, 27 Mar 2019 10:41:57 +0000 (18:41 +0800)
committerFaicker Mo <faicker.mo@ucloud.cn>
Fri, 31 May 2019 03:37:04 +0000 (11:37 +0800)
commit8f2b2139bf3c1f3dddd76cb5722afddbcf4b04e6
treea4a7efdcda73e029c42189f10545dea5bf950709
parent9c61cec7e3847a4b9841c7914d57c93e3387929a
bgpd: Set bgp default nexthop value of IPv6

Set the bgp default nexthop value of IPv6 to the local ipv6 addr of the
tcp connection like IPv4. Fixed the problem of route with empty nexthop
advertised to the peer when zebra is not running.

* bgp_zebra.c: (bgp_zebra_nexthop_set) Set IPv6 bgp default nexthop value.

Signed-off-by: Faicker Mo <faicker.mo@ucloud.cn>
bgpd/bgp_zebra.c