Skip to content

Commit

Permalink
Update firewall rules to support multiple source ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmmbaga committed Aug 6, 2024
1 parent 81448bb commit 95d01ec
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 208 deletions.
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

0 comments on commit 95d01ec

Please sign in to comment.