Skip to content

Commit

Permalink
Use the correct SourceRanges function.
Browse files Browse the repository at this point in the history
  • Loading branch information
prameshj committed Dec 16, 2019
1 parent 03066c8 commit 9814b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/firewalls/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type FirewallController struct {
func NewFirewallController(
ctx *context.ControllerContext,
portRanges []string) *FirewallController {
firewallPool := NewFirewallPool(ctx.Cloud, ctx.ClusterNamer, gce.LoadBalancerSrcRanges(), portRanges)
firewallPool := NewFirewallPool(ctx.Cloud, ctx.ClusterNamer, gce.L4LoadBalancerSrcRanges(), portRanges)

fwc := &FirewallController{
ctx: ctx,
Expand Down

0 comments on commit 9814b8e

Please sign in to comment.