Skip to content

Commit

Permalink
fix:就近路由代码缺失 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Jul 22, 2024
1 parent 4e54da7 commit 1d9990d
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 106 deletions.
2 changes: 2 additions & 0 deletions api/v1/traffic_manage/routing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ enum RoutingPolicy {
RulePolicy = 0;
// Route by destination metadata ==> MetadataRoutingConfig
MetadataPolicy = 1;
// Route by Nearby rule => NearByRoutingConfig
NearbyPolicy = 2;
}

// configuration root for route
Expand Down
Loading

0 comments on commit 1d9990d

Please sign in to comment.