Modify default prefix assignment for Get LAN Config Params 56 & 59

The default prefix should be 0 for IPv6 addresses that are not
assigned. This permits the IPv6 address to be reported as "::/0"
instead of "::/128".

Tested:
'ipmitool raw 0xc 2 <nic> 56 0 0' run when the NIC has a DHCP
assigned address returns "::/0"
'ipmitool raw 0xc 2 <nic> 59 0 0' returns the prefix value assigned by
the DHCP server.

Change-Id: I82d0e44de9c30d858811f2e1dcabc98eb482cc77
Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
1 file changed