projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
137bcc9
)
Merge branch 'multibind'
author
fendo
<fendo@bi12info.com>
Thu, 28 Mar 2013 09:35:18 +0000
(10:35 +0100)
committer
fendo
<fendo@bi12info.com>
Thu, 28 Mar 2013 09:35:18 +0000
(10:35 +0100)
ppp.c
patch
|
blob
|
history
diff --git
a/ppp.c
b/ppp.c
index
960a269
..
cb39db6
100644
(file)
--- a/
ppp.c
+++ b/
ppp.c
@@
-2238,7
+2238,7
@@
void processipv6in(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l)
return;
// no spoof
- if (
ipv4 != session[s].ip && memcmp(&config->ipv6_prefix, &ip, 8
) && sessionbyipv6(ip) != s)
+ if (
(ipv4 != session[s].ip || memcmp(&config->ipv6_prefix, &ip, 8)
) && sessionbyipv6(ip) != s)
{
char str[INET6_ADDRSTRLEN];
LOG(5, s, t, "Dropping packet with spoofed IP %s\n",