Skip to content

Commit

Permalink
sunos: fixups for 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman committed Jul 21, 2024
1 parent 2cb96d2 commit af5bc86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

replace github.com/tailscale/wireguard-go => github.com/nshalman/wireguard-go v0.0.20200321-0.20230423150539-55df1b6c04ac
replace github.com/tailscale/wireguard-go => github.com/nshalman/wireguard-go tailscale-1.70
3 changes: 2 additions & 1 deletion net/dns/manager_solaris.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
package dns

import (
"tailscale.com/control/controlknobs"
"tailscale.com/health"
"tailscale.com/types/logger"
)

func NewOSConfigurator(logf logger.Logf, health *health.Tracker, iface string) (OSConfigurator, error) {
func NewOSConfigurator(logf logger.Logf, health *health.Tracker, _ *controlknobs.Knobs, iface string) (OSConfigurator, error) {
return newDirectManager(logf, health), nil
}

0 comments on commit af5bc86

Please sign in to comment.