]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_nexthop.c
bgpd: Implementing a hash table for connected address - ipv4/ipv6
authorbisdhdh <biswajit.sadhu@gmail.com>
Wed, 30 Oct 2019 09:42:25 +0000 (15:12 +0530)
committerbisdhdh <biswajit.sadhu@gmail.com>
Tue, 19 Nov 2019 19:53:11 +0000 (01:23 +0530)
commit949b0f24fa7e9b336b6bf406445bdb6971896c90
treed142190e154ea270b8543fb7ac3762dba2f4f68e
parent943de56af6c36277df8ffd08b9aa8873381c0dae
bgpd: Implementing a hash table for connected address - ipv4/ipv6

* IPv6 routes received via a ibgp session with one of its own interface as
nexthop are getting installed in the BGP table.
*A common table to be implemented should take cares of both
ipv4 and ipv6 connected addresses.

Signed-off-by: Biswajit Sadhu sadhub@vmware.com
bgpd/bgp_evpn.c
bgpd/bgp_nexthop.c
bgpd/bgp_nexthop.h
bgpd/bgp_route.c