[LTP] [PATCH] network/dhcp: correct prefix for expected IPv6 address
Petr Vorel
pvorel@suse.cz
Thu Apr 4 16:44:15 CEST 2019
Hi Alexey,
Reviewed-by: Petr Vorel <pvorel@suse.cz>
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
More information about the ltp
mailing list