Skip to content

Commit c1351b3

Browse files
Arista-JenkinsCharles Ding
authored andcommitted
release/endpointlocation.v1: Add six new MAC types
[GENERATED_COMMIT] Change-Id: Ie6a752ac4c626a192fe056c7abb8d49fba1e979b
1 parent f54d88f commit c1351b3

File tree

6 files changed

+181
-129
lines changed

6 files changed

+181
-129
lines changed

arista/endpointlocation/v1/endpointlocation_pb2.py

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arista/endpointlocation/v1/endpointlocation_pb2.pyi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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."""
142154
MAC_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."""
144168
MAC_TYPE_OTHER: MacType.ValueType # 99999
145169
"""MAC_TYPE_OTHER is used for capturing future MAC types."""
146170
global___MacType = MacType

0 commit comments

Comments
 (0)