Update patch set 2

Patch Set 2:

(1 comment)

Patch-set: 2
This commit is contained in:
Gerrit User 35022 2024-04-01 16:30:25 +00:00 committed by Gerrit Code Review
parent e730c4ee1b
commit d30fda4ffc
1 changed files with 24 additions and 0 deletions

View File

@ -92,6 +92,30 @@
},
"revId": "c6bdc8b728fa297ab8a51c3a6bb018dba12f1b32",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
},
{
"unresolved": true,
"key": {
"uuid": "d749f132_22f8e9a4",
"filename": "kickstart/files/kickstart.cfg",
"patchSetId": 2
},
"lineNbr": 2723,
"author": {
"id": 35022
},
"writtenOn": "2024-04-01T16:30:25Z",
"side": 1,
"message": "The change is not difficult, If necessary I can change the code for:\n\n ipv6_addr\u003d$(dig +short AAAA controller.internal)\n if [[ -z \"${ipv6_addr}\" ]]\n then\n # during an upgrade the controller.internal may not be defined\n # but the scenario could be IPv6. So try to resolve the controller\n ipv6_addr\u003d$(dig +short AAAA controller)\n if [[ ${ipv6_addr} \u003d\u003d \"controller.internal\" ]] ; then\n ipv6_addr \u003d \"\"\n fi\n\n fi\n\n if [[ -n \"${ipv6_addr}\" ]]\n then\n boot_address_family\u003dinet6\n ipv6init\u003dyes\n dhcpv6c\u003dyes\n else\n boot_address_family\u003dinet\n ipv6init\u003dno\n dhcpv6c\u003dno\n\n\nor I can check if the ${ipv6_addr} has \":\" ( all IPv6 must have \":\" )\n\n if [[ ${ipv6_addr} \u003d\u003d *\":\"* ]] ; then\n ipv6_addr \u003d \"\"\n fi",
"parentUuid": "fa335387_7c998bcc",
"range": {
"startLine": 2723,
"startChar": 11,
"endLine": 2723,
"endChar": 19
},
"revId": "c6bdc8b728fa297ab8a51c3a6bb018dba12f1b32",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
}
]
}