Skip to content

Commit

Permalink
Keep pl_sip_encoding
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
  • Loading branch information
theasianpianist committed Aug 6, 2024
1 parent 597c4b8 commit 5cdd237
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions proto/eni.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ message Eni {
// Vnet that ENI belongs to
string vnet = 6;
// Optional
// Private Link enconding for IPv6 SIP transpositions
optional types.IpPrefix pl_sip_encoding = 7;
// Optional
// Underlay SIP (ST GW VIP) to be used for all private link transformation for this ENI
optional types.IpAddress pl_underlay_sip = 7;
optional types.IpAddress pl_underlay_sip = 8;
// Optional
// IPv4 meter policy ID
optional string v4_meter_policy_id = 8;
optional string v4_meter_policy_id = 9;
// Optional
// IPv6 meter policy ID
optional string v6_meter_policy_id = 9;
optional string v6_meter_policy_id = 10;
}

message EniKey {
Expand Down

0 comments on commit 5cdd237

Please sign in to comment.