Skip to content

Commit

Permalink
[Message] add vtap_id to Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
roryye authored and SongZhen0704 committed Jul 10, 2023
1 parent 83f8f03 commit 53059cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message/trident.proto
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ message Interface {
optional uint32 pod_id = 25;
optional uint32 pod_cluster_id = 26;
optional uint32 netns_id = 27 [default = 0];
optional uint32 vtap_id = 28; // 限制在64000

optional bool is_vip_interface = 100 [default = false]; // 目前仅微软MUX设配为true
}
Expand Down

0 comments on commit 53059cc

Please sign in to comment.