Page MenuHomeVyOS Platform

Add FRR's show bgp l2evpn evpn route detail type <X> and self-originate syntax
Open, NormalPublicFEATURE REQUEST

Description

Summary

FRR supports the following commands:

show bgp l2vpn evpn route self-originate
show bgp l2vpn evpn route detail type 5
show bgp l2vpn evpn route detail type 5 self-originate

Currently in VyOS when you want to see the details, you cannot filter by route type.

vyos@vyos# run show bgp l2vpn evpn route detail type 5

  Invalid command: show bgp l2vpn evpn route detail [type]

[edit]
vyos@vyos# run show bgp l2vpn evpn route type 5 detail

  Invalid command: show bgp l2vpn evpn route type 5 [detail]

VyOS also doesn't support the self-originate keyword at all.

Use case

Better debugging of EVPN routes.

Tested on VyOS 2026.03.23-0030-rolling

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)