Commit 53f611b
authored
This reverts commit 28b6ba5.
There are some issues when GCU tries to remove the interface IP in some tests, such as add rack test.
In the initial config, the INTERFACE's IPv6 was all loaded in uppercase by default.
"INTERFACE": {
"Ethernet68": {},
"Ethernet68|10.0.0.34/31": {},
"Ethernet68|FC00::45/126": {},
"Ethernet72": {},
"Ethernet72|10.0.0.36/31": {},
"Ethernet72|FC00::49/126": {},
GCU will never be able to remove that IP because IPv6 was always translated to lowercase due to #2299 . It reported the error can't remove a non-existent object, thus making GCU fail.
#2299 is to deal with this issue: sonic-net/sonic-buildimage#11622.
Although config CLI always translates uppercase to lowercase when adding an IP, the user can have two choices to remove that IP: One is to use config CLI to remove that IP no matter uppercase or lowercase. Another way is to use GCU. In order to use GCU, the user has to check the IP format saved in ConfigDB because GCU operation does differentiate between uppercase and lowercase.
#### What I did
Revert #2299
1 parent 79a21ce commit 53f611b
3 files changed
Lines changed: 0 additions & 40 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1362 | 1362 | | |
1363 | 1363 | | |
1364 | 1364 | | |
1365 | | - | |
1366 | | - | |
1367 | | - | |
1368 | | - | |
1369 | | - | |
1370 | | - | |
1371 | | - | |
1372 | | - | |
1373 | | - | |
1374 | | - | |
1375 | | - | |
1376 | | - | |
1377 | | - | |
1378 | | - | |
1379 | 1365 | | |
1380 | 1366 | | |
1381 | 1367 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
| |||
243 | 238 | | |
244 | 239 | | |
245 | 240 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 241 | | |
262 | 242 | | |
263 | 243 | | |
| |||
0 commit comments