]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Revert "Set ESP Next Header field to 0x29 for IPv6 packets"
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 10 Jun 2019 21:35:26 +0000 (22:35 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 10 Jun 2019 21:35:26 +0000 (22:35 +0100)
commita6fe0d0d8088c49b65df7ae2ea1ee254ab34639a
treef93728c5c707ba96733069d6b8aa1364f69faa26
parent94981ef50b300102c8cfad0bd461eecf4ba19945
Revert "Set ESP Next Header field to 0x29 for IPv6 packets"

This reverts commit 02ae906bb691c8b342d7ff0875e200ce55c18f2a. Turns out
Pulse doesn't *accept* ESP frames with the correct Next-Header field
for IPv6. You have to send 0x04 (IPIP). So I cleaned it up and removed
the duplication for nothing...

Might need to put this back when we work out how GPST does IPv6.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
esp.c