Skip to content

Commit

Permalink
fix builds for iOS because of IPv6 breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix committed Jun 8, 2024
1 parent 09799d4 commit d8c48da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/internal/routemanager/systemops_ios.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func cleanupRouting() error {
return nil
}

func enableIPForwarding() error {
func enableIPForwarding(includeV6 bool) error {
log.Infof("Enable IP forwarding is not implemented on %s", runtime.GOOS)
return nil
}
Expand Down

0 comments on commit d8c48da

Please sign in to comment.