summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IpSecDxe/IpSecImpl.h
diff options
context:
space:
mode:
authorFu Siyuan <siyuan.fu@intel.com>2015-09-16 08:52:43 +0000
committersfu5 <sfu5@Edk2>2015-09-16 08:52:43 +0000
commit96702f88a3dcbeb94ec1e7abbec6c331e70f2e47 (patch)
tree772d9d8b8639dc2f304b794aae7481383f782124 /NetworkPkg/IpSecDxe/IpSecImpl.h
parenta8706acb0ee847c1521bd8db71c144fd24480e0b (diff)
downloadedk2-96702f88a3dcbeb94ec1e7abbec6c331e70f2e47.tar.gz
edk2-96702f88a3dcbeb94ec1e7abbec6c331e70f2e47.tar.bz2
edk2-96702f88a3dcbeb94ec1e7abbec6c331e70f2e47.zip
NetworkPkg: TrafficDirection not saved in IPsecConfig.
Fix a bug that the TrafficDirection field is not saved in IPsecConfig.SetData. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18483 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/IpSecDxe/IpSecImpl.h')
-rw-r--r--NetworkPkg/IpSecDxe/IpSecImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NetworkPkg/IpSecDxe/IpSecImpl.h b/NetworkPkg/IpSecDxe/IpSecImpl.h
index 8b63d24b52..89597bdc80 100644
--- a/NetworkPkg/IpSecDxe/IpSecImpl.h
+++ b/NetworkPkg/IpSecDxe/IpSecImpl.h
@@ -76,6 +76,7 @@ typedef struct _EFI_ESP_TAIL {
struct _IPSEC_SPD_DATA {
CHAR16 Name[100];
UINT32 PackageFlag;
+ EFI_IPSEC_TRAFFIC_DIR TrafficDirection;
EFI_IPSEC_ACTION Action;
EFI_IPSEC_PROCESS_POLICY *ProcessingPolicy;
LIST_ENTRY Sas;