Skip to content

Commit

Permalink
fix: call appendMssRule function to resolved mss according problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fafucoder committed Jul 30, 2020
1 parent b8402db commit 34627a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/daemon/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ func (c *Controller) runGateway() {
if err := c.setGatewayBandwidth(); err != nil {
klog.Errorf("failed to set gw bandwidth, %v", err)
}

c.appendMssRule()
}

func (c *Controller) setGatewayBandwidth() error {
Expand Down

0 comments on commit 34627a6

Please sign in to comment.