Commit 58d993c
Fix name of the registry parameter for MAC address
- Replace registry entry MAC by NetworkAddress.
- Add a directive to remove any old entry named MAC
to support upgrade.
No validation of input is done. Windows accepts MAC
as 12 hex characters with an optional hyphen between
bytes but not colons. Also the MAC should be a valid
"locally administered address".
Signed-off-by: Selva Nair <selva.nair@gmail.com>1 parent 06533c4 commit 58d993c
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
0 commit comments