Lines Matching full:get
12 Get BMC IPv6 Info
13 [Documentation] Get system IPv6 address and prefix length.
15 # Get system IP address and prefix length details using "ip addr"
25 # Get line having IPv6 address details.
26 ${lines}= Get Lines Containing String ${cmd_output} inet6
33 # Get all IP addresses and prefix lengths on system.
36 ${ip_n_prefix}= Get From List ${if_info} 1
50 # Get IPv6 address details on BMC using IP command.
51 @{ip_data}= Get BMC IPv6 Info
63 ${route_info}= Get BMC IPv6 Route Info
74 Get BMC IPv6 Route Info
75 [Documentation] Get IPv6 route info on BMC.
92 Get Address Origin List And Address For Type
93 [Documentation] Get address origin list and address for type.
100 ${active_channel_config}= Get Active Channel Config
102 …${resp}= Redfish.Get ${REDFISH_NW_ETH_IFACE}${active_channel_config['${channel_number}']['name']}
103 @{ipv6_addresses}= Get From Dictionary ${resp.dict} IPv6Addresses
107 ${ipv6_addressorigin}= Get From Dictionary ${ipv6_address} AddressOrigin
127 ... Get Address Origin List And Address For Type ${ipv6_address_type}