]> git.proxmox.com Git - mirror_edk2.git/commit
Fix IP address text representation issue about leading zeros
authorjjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Aug 2010 08:31:00 +0000 (08:31 +0000)
committerjjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Aug 2010 08:31:00 +0000 (08:31 +0000)
commit775455633400aaba9161b5bb97b48f0df059bd88
tree2db8897b2618bda255c7210dca0f35afbde107c2
parent1a2ae0f71f51c1bc52576ce99647513a29f71d98
Fix IP address text representation issue about leading zeros
1.It keeps the rule that Leading zero’s compression(Yes/Not) need to be consistent throughout the whole IP address.
2.It also fixes some issue to recognize some invalid representation.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10777 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Library/DxeNetLib/DxeNetLib.c