Move interface near to engine

This commit is contained in:
Zoltán Papp
2024-10-10 14:46:51 +02:00
parent b8026ad541
commit c495eaa549
14 changed files with 23 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ const (
)
// Setup configures sysctl settings for RP filtering and source validation.
func Setup(wgIface iface.IWGIface) (map[string]int, error) {
func Setup(wgIface *iface.WGIface) (map[string]int, error) {
keys := map[string]int{}
var result *multierror.Error