Home
last modified time | relevance | path

Searched refs:SLAAC (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_ipv6.robot154 Enable SLAAC On BMC And Verify
155 [Documentation] Enable SLAAC on BMC and verify.
158 Set SLAAC Configuration State And Verify ${True}
199 Verify Persistency Of SLAAC On BMC Reboot On Eth0
200 [Documentation] Verify persistency of SLAAC property on reboot on eth0.
203 Set SLAAC Configuration State And Verify ${True} [${HTTP_OK}] ${1} ${False}
205 Verify SLAAC Property ${True}
208 Verify Persistency Of SLAAC On BMC Reboot On Eth1
209 [Documentation] Verify persistency of SLAAC property on reboot on eth1.
212 Set SLAAC Configuratio
[all...]
H A Dtest_bmc_config_ipv6.robot37 Get SLAAC And Static IPv6 Address And Verify Connectivity
38 [Documentation] Fetch the SLAAC and Static IPv6 address
44 SLAAC ${1}
46 SLAAC ${2}
55 ... Get Address Origin List And Address For Type SLAAC ${2}
68 ... Get Address Origin List And Address For Type SLAAC ${2}
109 Configure Static IPv6 From SLAAC And Static IPv6 Address
110 [Documentation] Configure static IPv6 by logging in from SLAAC and static IPv6 address.
115 SLAAC ${1}
117 SLAAC
[all...]
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dip_addresses.hpp23 SLAAC, enumerator
55 {IPv6AddressOrigin::SLAAC, "SLAAC"},
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot409 [Documentation] Enable SLAAC on eth0 via GUI & check it is set to enable state.
416 [Documentation] Disable SLAAC on eth0 via GUI & check it is set to disable state.
423 [Documentation] Enable SLAAC on eth1 via GUI & check it is set to enable state.
430 [Documentation] Disable SLAAC on eth1 via GUI & check it is set to disable state.
436 Enable SLAAC On Both Interfaces And Verify Eth0
437 [Documentation] Enable SLAAC on eth0, then on eth1, verify eth0 is not impacted.
440 Set SLAAC Property On Eth0 And Eth1
443 # Verify SLAAC on eth0
445 Verify SLAAC Address On Autoconfig Enable
448 Enable SLAAC On Both Interfaces Disable It On Eth0 And Verify Eth1
[all …]
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp95 constexpr uint8_t SLAAC = 1; variable
102 SLAAC = 1, enumerator
H A Dtransporthandler.hpp153 SLAAC,
H A Dtransporthandler.cpp439 case IP::AddressOrigin::SLAAC: in originToSourceType()
440 return IPv6Source::SLAAC; in originToSourceType()
1314 support[IPv6StatusFlag::SLAAC] = 1; in getLan()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot481 # "AddressOrigin": "SLAAC",
566 Set SLAAC Configuration State And Verify
567 [Documentation] Set SLAAC configuration state.
572 # slaac_state SLAAC state('True' or 'False').
584 Verify SLAAC Property ${slaac_state} ${channel_number}
588 Verify SLAAC Property
589 [Documentation] Verify SLAAC property.
593 # slaac_state SLAAC state('True' or 'False').
596 # Verify SLAAC is set correctly.
601 Fail msg=SLAAC no
[all...]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot500 Verify VMI IPv6 Address SLAAC
514 Enable VMI SLAAC And Check Persistency On BMC Reboot
529 ${vmi_ipv6addr}= Verify VMI IPv6 Address SLAAC
533 Disable VMI SLAAC And Check Persistency On BMC Reboot
545 # Check if origin is set to static and SLAAC address are getting erased.
550 Disable VMI DHCPv4 When SLAAC Is Enabled And Verify
557 # Set IPv6 origin to SLAAC.
559 Verify VMI IPv6 Address SLAAC
566 Enable VMI SLAAC When DHCPv6 Is Enabled And Verify
574 # Enable SLAAC and check whether IPv6 origin is set to SLAAC.
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableIpv6.vue177 if (item.AddressOrigin === 'DHCPv6' || item.AddressOrigin === 'SLAAC') {
215 ipv6.AddressOrigin === 'SLAAC' ||
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot256 # ipv6_origin Origin of IPv6 address eg. Static or DHCPv6 or SLAAC.
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp247 origin = IP::AddressOrigin::SLAAC; in addAddr()