]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Merge branch 'libipsec-ip-frag'
authorTobias Brunner <tobias@strongswan.org>
Mon, 18 Sep 2017 08:31:58 +0000 (10:31 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 18 Sep 2017 08:31:58 +0000 (10:31 +0200)
commite138003de9848ac91da3caeba50c059c32ebbab6
tree8fb9975487a69dc04352948495589c436375e6c9
parent42aa56961745048ddb5036d8b148aee61011930c
parent98e7285394ba0a134160f2795c0c65488e702aea
Merge branch 'libipsec-ip-frag'

This fixes "packet too short" errors when parsing fragmented IPv4
packets and correctly determines the protocol in fragmented IPv6 packets.
Protocol headers are only parsed in unfragmented IPv4 and IPv6 packets,
or IPv4 first fragments.

Closes strongswan/strongswan#80.