Searched full:slaac (Results 1 – 23 of 23) sorted by relevance
156 Enable SLAAC On BMC And Verify157 [Documentation] Enable SLAAC on BMC and verify.160 Set SLAAC Configuration State And Verify ${True}201 Verify Persistency Of SLAAC On BMC Reboot On Eth0202 [Documentation] Verify persistency of SLAAC property on reboot on eth0.205 Set SLAAC Configuration State And Verify ${True} [${HTTP_OK}] ${1} ${False}207 Verify SLAAC Property ${True}210 Verify Persistency Of SLAAC On BMC Reboot On Eth1211 [Documentation] Verify persistency of SLAAC property on reboot on eth1.214 Set SLAAC Configuratio[all...]
397 [Documentation] Enable SLAAC on eth0 via GUI & check it is set to enable state.401 Verify SLAAC Address On Autoconfig Enable405 [Documentation] Disable SLAAC on eth0 via GUI & check it is set to disable state.409 Wait Until Page Does Not Contain SLAAC413 [Documentation] Enable SLAAC on eth1 via GUI & check it is set to enable state.419 Verify SLAAC Address On Autoconfig Enable423 [Documentation] Disable SLAAC on eth1 via GUI & check it is set to disable state.428 Wait Until Page Does Not Contain SLAAC431 Enable SLAAC On Both Interfaces And Verify Eth0432 [Documentation] Enable SLAAC o[all...]
23 SLAAC, enumerator55 {IPv6AddressOrigin::SLAAC, "SLAAC"},
499 # Check origin is set to slaac and address are getting displayed.500 Verify VMI IPv6 Address SLAAC514 Enable VMI SLAAC And Check Persistency On BMC Reboot528 # Check origin is set to slaac and address are getting displayed.529 ${vmi_ipv6addr}= Verify VMI IPv6 Address SLAAC533 Disable VMI SLAAC And Check Persistency On BMC Reboot545 # Check if origin is set to static and SLAAC address are getting erased.550 Disable VMI DHCPv4 When SLAAC Is Enabled And Verify557 # Set IPv6 origin to SLAAC.559 Verify VMI IPv6 Address SLAAC[all...]
95 constexpr uint8_t SLAAC = 1;102 SLAAC = 1,93 constexpr uint8_t SLAAC = 1; global() variable 100 SLAAC = 1, global() enumerator
439 case IP::AddressOrigin::SLAAC: in originToSourceType() 440 return IPv6Source::SLAAC; in originToSourceType() 1314 support[IPv6StatusFlag::SLAAC] = 1; in getLan()
153 SLAAC,
138 Enable IPv4 DHCP and IPv6 SLAAC v6: Enable IPv6 Stateful DHCP139 v6stateless: Enable IPv6 SLAAC v4: Enable IPv4 DHCP none: Disable DHCP
65 - name: SLAAC
189 "SLAAC"194 "SLAAC": "A stateless autoconfiguration (SLAAC) service-provided address.", string
600 … "description": "Stateless address autoconfiguration (SLAAC) parameters for this interface.",601 …hall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for th…909 … "description": "Stateless address autoconfiguration (SLAAC) parameters for this interface.",910 …ype shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interfac…927 …ion": "An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for th…928 …property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for th…937 …ion": "An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for th…938 …property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for th…
40 * @param[in] origin - origin of ipaddress(dhcp/static/SLAAC/LinkLocal).
194 origin = IP::AddressOrigin::SLAAC; in addAddr()
169 if (item.AddressOrigin === 'DHCPv6' || item.AddressOrigin === 'SLAAC') {207 ipv6.AddressOrigin === 'SLAAC' ||
142 <Member Name="SLAAC">143 …<Annotation Term="OData.Description" String="A stateless autoconfiguration (SLAAC) service-provide…
746 …<Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameter…747 …hall contain the IPv4 and IPv6 stateless address automatic configuration (SLAAC) properties for th…878 …<Annotation Term="OData.Description" String="Stateless address autoconfiguration (SLAAC) parameter…879 …ype shall describe the IPv4 and IPv6 stateless address autoconfiguration (SLAAC) for this interfac…882 …tring="An indication of whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for th…883 …property shall indicate whether IPv4 stateless address autoconfiguration (SLAAC) is enabled for th…887 …tring="An indication of whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for th…888 …property shall indicate whether IPv6 stateless address autoconfiguration (SLAAC) is enabled for th…
50 ipv6.AddressOrigin === 'SLAAC' || ipv6.AddressOrigin === 'DHCPv6',
256 # ipv6_origin Origin of IPv6 address eg. Static or DHCPv6 or SLAAC.
219 if (inputOrigin == "xyz.openbmc_project.Network.IP.AddressOrigin.SLAAC") in translateAddressOriginDbusToRedfish()221 return "SLAAC"; in translateAddressOriginDbusToRedfish()