Searched refs:ip_addr_check_noprefix (Results 1 – 1 of 1) sorted by relevance
44 ip_addr_check_noprefix="fd00:1:1:2::100"45 ip_addr_check="$ip_addr_check_noprefix/128"48 ip_addr_check_noprefix="10.1.1.100"49 ip_addr_check="$ip_addr_check_noprefix/24"159 if ip addr show $iface1 | grep -q $ip_addr_check_noprefix; then160 … tst_res TFAIL "'$ip_addr_check_noprefix' configured but has wrong prefix, expect '$ip_addr_check'"