Ivan Pepelnjak

Results 107 comments of Ivan Pepelnjak

It looks like Cumulus Linux does not support LDP or BGP-LU. The latest mention I could find with a Google search was in CL 4.2, and that document is no...

We could also implement BGP-LU in a FRR container, the real problem is the MPLS data plane. It might be worth testing whether MPLS forwarding works in Cumulus VM, it...

@ssasso implemented LDP on Junos, BGP-LU is still missing.

FWIW, the kvm-ok code is here: https://bazaar.launchpad.net/~cpu-checker-dev/cpu-checker/trunk/view/head:/kvm-ok We could just add it to **networklab** package and then use our own code ;)

RFC 7432 defines multiple EVPN service types. At the moment, I plan to implement only "VLAN-based Service Interface" (one-to-one mapping between VLAN tags, VXLAN VNIs and EVPN RT/RDs), which does...

As for "MAC VRF" EVPN construct, I feel like we could solve it within the existing framework by using VLAN-in-VRF setup and set VLAN mode to "bridge" for pure L2VRF,...

Nexus OS support added in 548693e

Cumulus implementation in 223f43e

Does "There are still some issues to be solved" mean "this should be a draft PR, wait with merging till I sort them out"?

I had to tweak numerous BGP timers on Cisco IOS to get it to originate prefixes in reasonable time. No such problems on most other platforms. It is interesting, though,...