Bläddra i källkod

[iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:"

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.
tags/v0.9.4
Michael Brown 15 år sedan
förälder
incheckning
0e408658b9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/net/tcp/iscsi.c

+ 1
- 1
src/net/tcp/iscsi.c Visa fil

@@ -1886,7 +1886,7 @@ static struct iscsi_string_setting iscsi_string_settings[] = {
1886 1886
 	{
1887 1887
 		.setting = &hostname_setting,
1888 1888
 		.string = &iscsi_default_initiator_iqn,
1889
-		.prefix = "iqn.2000-09.org.etherboot:",
1889
+		.prefix = "iqn.2000-01.org.etherboot:",
1890 1890
 	},
1891 1891
 };
1892 1892
 

Laddar…
Avbryt
Spara