File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tests/zfs-tests/tests/functional/cli_root/zfs_share Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,11 @@ output=$(showshares_nfs 2>&1)
70
70
log_must grep " ::1/32(" <<< " $output" > /dev/null
71
71
log_must grep " 2::3/128(" <<< " $output" > /dev/null
72
72
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
74
74
output=$( showshares_nfs 2>&1 )
75
75
log_must grep " ::1(" <<< " $output" > /dev/null
76
76
log_must grep " 2::3/64(" <<< " $output" > /dev/null
77
+ log_must grep " 2a01:1234:1234:1234:aa34:234:1234:1234(" <<< " $output" > /dev/null
77
78
log_must grep " 1\\ .2\\ .3\\ .4/24(" <<< " $output" > /dev/null
78
79
79
- log_pass " NFS share ip addresse propagated correctly."
80
+ log_pass " NFS share ip address propagated correctly."
You can’t perform that action at this time.
0 commit comments