forked from tianocore/edk2
-
Notifications
You must be signed in to change notification settings - Fork 1
NetworkPkg
Brian Richardson edited this page Mar 22, 2017
·
5 revisions
NetworkPkg provides IPv6 network stack drivers, IPsec driver, PXE driver, iSCSI driver and necessary shell applications for network configuration
More information: NetworkPkg Getting Started Guide
Network Package Details Readme_NetworkPkg.txt |
---|
1. IPv6 network stack
|
2. IPsec
|
3. PXE
|
4. iSCSI
|
5. Shell Applications
1) NetworkPkg/Application/Ping6
|
Note: UNDI, SNP, DPC and MNP drivers are components shared by IPv4 network stack and IPv6 network stack. These modules could be found in MdeModulePkg except the UNDI driver. For UNDI driver, please contact the Card Vendor.
Note: The PXE driver (NetworkPkg/UefiPxeBcDxe) supports boot on both IPv4 and IPv6 network stack.
Note: Supported features in IPsec
- 1) Security Protocols Encapsulating Security Payload (ESP)
- 2) IPsec Mode Transport/Tunnel mode
- 3) Encryption Algorithm 3DES-CBC, AES-CBC
- 4) Authentication Algorithm HMAC_SHA1_96
- 5) Authentication Method Pre-shared Key, X509 Certificates
More information: NetworkPkg Getting Started Guide