]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: pull the multihoming code out to a separate file
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Fri, 27 Mar 2020 13:39:51 +0000 (06:39 -0700)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Wed, 5 Aug 2020 13:46:12 +0000 (06:46 -0700)
commit185fb14a4138c0cd2ce98711d31205c657893c2f
treee153e3099574dca6c39f9838e63d7c157bdaa89c
parentbd23c840368045ea8251898a21fe4eb015115190
bgpd: pull the multihoming code out to a separate file

Re-org only; no other code changes. This is being done to make maintanence
of MH functionality (which will have more code added to it) easy.

The code moved here was originally committed via -
'commit 50f74cf13105 ("*: support for evpn type-4 route")'

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
bgpd/bgp_evpn.c
bgpd/bgp_evpn.h
bgpd/bgp_evpn_mh.c [new file with mode: 0644]
bgpd/bgp_evpn_mh.h [new file with mode: 0644]
bgpd/bgp_evpn_private.h
bgpd/bgp_evpn_vty.c
bgpd/bgp_zebra.c
bgpd/subdir.am