[SOLVED] SDN with EVPN controller: Routing loop when using multiple exit nodes

yeah inserting rules is quite difficult. What I do is to remove the default route-map and replace it with a fully custom one

Code:
router bgp 65000

 address-family l2vpn evpn

  no neighbor VTEP route-map MAP_VTEP_IN in

  neighbor VTEP route-map MAP_VTEP_IN_CUSTOM in

 exit-address-family

exit

keep in mind, that you have to fully manually manage that one then.
Good stuff Hedius, I didn't even think of this!

For now, we were in need of another piece of hardware anyways, so built it and are just using it for VM's on one of the networks, hence can use it safely as the exit gateway.

The problem with static changes, we're a company of 30 ppl, so trying to keep everyone on the same page without things getting jumbled is a bit challenging.