Summary
This PR adds ead (EVPN Ethernet Auto-Discovery, Route Type 1) and es (EVPN Ethernet Segment, Route Type 4) to route-map match evpn route-type.
It also adds the numeric indices as option to match FRR's behaviour. Help Text are updated to match FRR's help texts.
FRR:
xyz(config-route-map)# match evpn route-type 1 EAD (Type-1) route 2 MAC-IP (Type-2) route 3 Multicast (Type-3) route 4 Ethernet Segment (Type-4) route 5 Prefix (Type-5) route ead EAD (Type-1) route es Ethernet Segment (Type-4) route macip MAC-IP (Type-2) route multicast Multicast (Type-3) route prefix Prefix (Type-5) route
VyOS before PR:
vyos@xyz# set match evpn route-type Possible completions: macip mac-ip route multicast IMET route prefix Prefix route
VyOS with PR: