mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 09:47:49 +02:00
Fix typo - "netforwad" -> "netforward" (#647)
This commit is contained in:
parent
f9dfafa9d9
commit
44f612f121
@ -36,6 +36,6 @@ func enableIPForwarding() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func isNetForwardHistoryEnabled() bool {
|
func isNetForwardHistoryEnabled() bool {
|
||||||
log.Infof("check netforwad history is not implemented on %s", runtime.GOOS)
|
log.Infof("check netforward history is not implemented on %s", runtime.GOOS)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user