Skip to content

Commit 0e97418

Browse files
added bug details
1 parent 2c93e90 commit 0e97418

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

proto/metadata.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,12 @@ message Metadata {
11751175
bool ipv6_router_advertisement_suppress_unsupported = 384;
11761176

11771177
// Devices that do not support mpls static pseudowire OC
1178-
bool mpls_static_pseudowire_oc_unsupported = 385;
1178+
// Arista: b/495544007
1179+
bool mpls_static_pseudowire_oc_unsupported = 395;
11791180

11801181
// Devices that do not support vlan client encapsulation OC
1181-
bool vlan_client_encapsulation_oc_unsupported = 386;
1182+
// Arista: b/495549829
1183+
bool vlan_client_encapsulation_oc_unsupported = 396;
11821184

11831185
// Reserved field numbers and identifiers.
11841186
reserved 84, 9, 28, 20, 38, 43, 90, 97, 55, 89, 19, 36, 35, 40, 113, 131, 141, 173, 234, 254, 231, 300;

proto/metadata_go_proto/metadata.pb.go

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

0 commit comments

Comments
 (0)