smartbgp / yabgp

:bowtie:Yet Another BGP Python Implementation
http://yabgp.readthedocs.org
Apache License 2.0
238 stars 70 forks source link

Multiple peers in the same YABGP process #163

Open adnaansiddiqi opened 1 year ago

adnaansiddiqi commented 1 year ago

Hi, thank you so much for creating the YABGP platform. I was having a look at the config file and it says that in order to have multiple peers a different config file (config_file) is required. I couldn't find the location of this. I was trying to set up multiple MPLS L3VPN peers and also EVPN (L2VPN) - all need to be in the same process. thank you in advance.