Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[iscsi] Change default initiator name prefix to "iqn.2000-01.org.ethe…
…rboot:"

The domain etherboot.org was actually registered on 2000-01-09, not
2000-09-01.  (To put it another way, it was registered on 1/9/2000 (US
date format) rather than 1/9/2000 (sensible date format); this may
illuminate the cause of the error.)

"iqn.2000-09.org.etherboot:" is still valid as per RFC3720, but may be
surprising to users, so change it to something less unexpected.

Thanks to the anonymous contributor for pointing this one out.
  • Loading branch information
Michael Brown committed Sep 19, 2008
1 parent 6df82b1 commit 0e40865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/tcp/iscsi.c
Expand Up @@ -1886,7 +1886,7 @@ static struct iscsi_string_setting iscsi_string_settings[] = {
{
.setting = &hostname_setting,
.string = &iscsi_default_initiator_iqn,
.prefix = "iqn.2000-09.org.etherboot:",
.prefix = "iqn.2000-01.org.etherboot:",
},
};

Expand Down

0 comments on commit 0e40865

Please sign in to comment.