aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device/receive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/receive.go b/device/receive.go
index eb6e3b2..7d0693e 100644
--- a/device/receive.go
+++ b/device/receive.go
@@ -619,8 +619,8 @@ func (peer *Peer) RoutineSequentialReceiver() {
src := elem.packet[IPv6offsetSrc : IPv6offsetSrc+net.IPv6len]
if device.allowedips.LookupIPv6(src) != peer {
logInfo.Println(
+ "IPv6 packet with disallowed source address from",
peer,
- "sent packet with disallowed IPv6 source",
)
continue
}