mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 23:53:25 +00:00
Options ipv6-join-group and ipv6-join-source-group failed
This commit is contained in:
parent
4c0786dcdf
commit
9fe8206b52
4 changed files with 8 additions and 4 deletions
2
test.sh
2
test.sh
|
@ -13533,7 +13533,7 @@ te="$td/test$N.stderr"
|
|||
tdiff="$td/test$N.diff"
|
||||
da="test$N $(date) $RANDOM"
|
||||
newport udp6
|
||||
CMD0="$TRACE $SOCAT $opts UDP6-RECV:$PORT,ipv6-join-group=[ff02::1]:$MCINTERFACE /dev/null"
|
||||
CMD0="$TRACE $SOCAT $opts UDP6-RECV:$PORT,ipv6-join-group=[ff02::2]:$MCINTERFACE /dev/null"
|
||||
printf "test $F_n $TEST... " $N
|
||||
$CMD0 >/dev/null 2>"${te}0"
|
||||
rc0=$?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue