diff options
author | Hannes Reinecke <hare@suse.de> | 2014-11-14 11:19:10 -0800 |
---|---|---|
committer | Mike Christie <michaelc@cs.wisc.edu> | 2014-11-14 14:12:05 -0600 |
commit | 4959a89f421fdebc521f48003a79c2161e59d192 (patch) | |
tree | bf42b9b79e32e3b63089ce5f04b2c32807c95188 /kernel | |
parent | a125761c7b306ebc3aa1df3539cd4052dcfd59ca (diff) | |
download | open-iscsi-4959a89f421fdebc521f48003a79c2161e59d192.tar.gz |
Represent DHCP "origin" as an enum, not a string.
See IBFT standard for location of "origin" field in iBFT table,
and see MS document: http://msdn.microsoft.com/en-us/library/aa366281.aspx
for description of enums, duplicated here in part:
typedef enum {
IpPrefixOriginOther = 0,
IpPrefixOriginManual,
IpPrefixOriginWellKnown,
IpPrefixOriginDhcp,
IpPrefixOriginRouterAdvertisement,
IpPrefixOriginUnchanged = 16
} IP_PREFIX_ORIGIN;
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions