Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[management] Consolidate network map firewall rules into summaries #2398

Merged
merged 9 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 73 additions & 73 deletions management/proto/management.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions management/proto/management.proto
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ message PortInfo {

// RouteFirewallRule signifies a firewall rule applicable for a routed network.
message RouteFirewallRule {
// sourceRange IP range of the routing peer.
string sourceRange = 1;
// sourceRanges IP ranges of the routing peers.
repeated string sourceRanges = 1;

// Direction of the firewall.
RuleDirection direction = 2;
Expand Down
Loading
Loading