Commit 1dc3e079 authored by Nathan Harold's avatar Nathan Harold
Browse files

Fix Tunnel Encryption with New Scapy

New Scapy requires that all parts of a packet be
objects rather than just raw bytes. Thus, the
various payload-building pieces of the encryption
process now need to be assembled via scapy.Raw()
elements, which still resolve to strings when
str() is called on them, but behave nicely when
building packets using Scapy's methods.

Bug: 72717984
Test: xfrm_test.py on common 4.4, wahoo, and sailfish
Change-Id: I56decc323f1e5a15478a6a6d5caff4e92656fc44
parent f003bc9d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment