Skip to content

Commit c5f08c0

Browse files
committed
fixes based on review
1 parent 51ddcd5 commit c5f08c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_013_pos.ksh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ output=$(showshares_nfs 2>&1)
7070
log_must grep "::1/32(" <<< "$output" > /dev/null
7171
log_must grep "2::3/128(" <<< "$output" > /dev/null
7272

73-
log_must zfs set sharenfs="rw=[::1]:[2::3]/64:1.2.3.4/24" $TESTPOOL/$TESTFS
73+
log_must zfs set sharenfs="rw=[::1]:[2::3]/64:[2a01:1234:1234:1234:aa34:234:1234:1234]:1.2.3.4/24" $TESTPOOL/$TESTFS
7474
output=$(showshares_nfs 2>&1)
7575
log_must grep "::1(" <<< "$output" > /dev/null
7676
log_must grep "2::3/64(" <<< "$output" > /dev/null
77+
log_must grep "2a01:1234:1234:1234:aa34:234:1234:1234(" <<< "$output" > /dev/null
7778
log_must grep "1\\.2\\.3\\.4/24(" <<< "$output" > /dev/null
7879

79-
log_pass "NFS share ip addresse propagated correctly."
80+
log_pass "NFS share ip address propagated correctly."

0 commit comments

Comments
 (0)