From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 4 Apr 2019 16:44:15 +0200 Subject: [LTP] [PATCH] network/dhcp: correct prefix for expected IPv6 address In-Reply-To: <1554310924-24751-1-git-send-email-alexey.kodanev@oracle.com> References: <1554310924-24751-1-git-send-email-alexey.kodanev@oracle.com> Message-ID: <20190404144415.GA2898@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Alexey, Reviewed-by: Petr Vorel Good catch, thanks for fixing it! > testcases/network/dhcp/dhcp_lib.sh | 15 +++++++++++---- ... > if [ $TST_IPV6 ]; then > ip_addr="fd00:1:1:2::12/64" > - ip_addr_check="fd00:1:1:2::100/64" > + ip_addr_check_nm="fd00:1:1:2::100" Just curious what _nm stands for :). > + ip_addr_check="$ip_addr_check_nm/128" ... Kind regards, Petr