@@ -83,6 +83,18 @@ class _MacTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTy
8383 """MAC_TYPE_PENDING_SECURE indicates a secure MAC in a pending state."""
8484 MAC_TYPE_SOFTWARE_LEARNED_DYNAMIC : _MacType .ValueType # 25
8585 """MAC_TYPE_SOFTWARE_LEARNED_DYNAMIC indicates a MAC learned behind VTEP in software in the case of a VxLAN remote MAC."""
86+ MAC_TYPE_PROGRAMMED_STATIC : _MacType .ValueType # 26
87+ """MAC_TYPE_PROGRAMMED_STATIC indicates a programmed static MAC address."""
88+ MAC_TYPE_EVPN_VESPA_DYNAMIC : _MacType .ValueType # 27
89+ """MAC_TYPE_EVPN_VESPA_DYNAMIC indicates a MAC received over BGP from a member of the same VESPA GW (Gateway) Set."""
90+ MAC_TYPE_EVPN_INTF_DYNAMIC_FRR : _MacType .ValueType # 28
91+ """MAC_TYPE_EVPN_INTF_DYNAMIC_FRR indicates an ESI MAC protected by an EVPN FRR backup tunnel."""
92+ MAC_TYPE_EVPN_INTF_STATIC_FRR : _MacType .ValueType # 29
93+ """MAC_TYPE_EVPN_INTF_STATIC_FRR indicates an ESI Static MAC protected by an EVPN FRR backup tunnel."""
94+ MAC_TYPE_LEARNED_DYNAMIC_FRR : _MacType .ValueType # 30
95+ """MAC_TYPE_LEARNED_DYNAMIC_FRR indicates a MAC learned dynamically and protected by an EVPN FRR backup tunnel."""
96+ MAC_TYPE_CONFIGURED_STATIC_FRR : _MacType .ValueType # 31
97+ """MAC_TYPE_CONFIGURED_STATIC_FRR indicates a MAC configured statically and protected by an EVPN FRR backup tunnel."""
8698 MAC_TYPE_OTHER : _MacType .ValueType # 99999
8799 """MAC_TYPE_OTHER is used for capturing future MAC types."""
88100
@@ -141,6 +153,18 @@ MAC_TYPE_PENDING_SECURE: MacType.ValueType # 24
141153"""MAC_TYPE_PENDING_SECURE indicates a secure MAC in a pending state."""
142154MAC_TYPE_SOFTWARE_LEARNED_DYNAMIC : MacType .ValueType # 25
143155"""MAC_TYPE_SOFTWARE_LEARNED_DYNAMIC indicates a MAC learned behind VTEP in software in the case of a VxLAN remote MAC."""
156+ MAC_TYPE_PROGRAMMED_STATIC : MacType .ValueType # 26
157+ """MAC_TYPE_PROGRAMMED_STATIC indicates a programmed static MAC address."""
158+ MAC_TYPE_EVPN_VESPA_DYNAMIC : MacType .ValueType # 27
159+ """MAC_TYPE_EVPN_VESPA_DYNAMIC indicates a MAC received over BGP from a member of the same VESPA GW (Gateway) Set."""
160+ MAC_TYPE_EVPN_INTF_DYNAMIC_FRR : MacType .ValueType # 28
161+ """MAC_TYPE_EVPN_INTF_DYNAMIC_FRR indicates an ESI MAC protected by an EVPN FRR backup tunnel."""
162+ MAC_TYPE_EVPN_INTF_STATIC_FRR : MacType .ValueType # 29
163+ """MAC_TYPE_EVPN_INTF_STATIC_FRR indicates an ESI Static MAC protected by an EVPN FRR backup tunnel."""
164+ MAC_TYPE_LEARNED_DYNAMIC_FRR : MacType .ValueType # 30
165+ """MAC_TYPE_LEARNED_DYNAMIC_FRR indicates a MAC learned dynamically and protected by an EVPN FRR backup tunnel."""
166+ MAC_TYPE_CONFIGURED_STATIC_FRR : MacType .ValueType # 31
167+ """MAC_TYPE_CONFIGURED_STATIC_FRR indicates a MAC configured statically and protected by an EVPN FRR backup tunnel."""
144168MAC_TYPE_OTHER : MacType .ValueType # 99999
145169"""MAC_TYPE_OTHER is used for capturing future MAC types."""
146170global___MacType = MacType
0 commit comments