mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
stf: fix issue with pfSense driver modifications
This commit is contained in:
parent
17c8983805
commit
2bb318cf4a
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ stf_encapcheck(const struct mbuf *m, int off, int proto, void *arg)
|
|||
* fail on: src = 10.1.1.1, ia6->ia_addr = 2002:0b00:.../24
|
||||
*/
|
||||
|
||||
memcpy(&sin4mask.sin_addr, GET_V4(&mask6), sizeof(sin4mask));
|
||||
memcpy(&sin4mask.sin_addr, GET_V4(&mask6), sizeof(sin4mask.sin_addr));
|
||||
#if STF_DEBUG > 3
|
||||
{
|
||||
char buf[INET6_ADDRSTRLEN + 1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue