diff --git a/l2tpns.c b/l2tpns.c index 33a2bb1..572443f 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -4738,7 +4738,7 @@ static void processppp(sessionidt s, uint8_t *buf, int len, uint8_t *p, int l, s { // The remotes BAS are a clustered l2tpns server and the source IP has changed LOG(2, s, t, "The tunnel IP source (%s) has changed by new IP (%s)\n", - fmtaddr(htonl(tunnel[t].ip), 0), fmtaddr(addr->sin_addr.s_addr, 0)); + fmtaddr(htonl(tunnel[t].ip), 0), fmtaddr(addr->sin_addr.s_addr, 1)); tunnel[t].ip = ntohl(addr->sin_addr.s_addr);