Skip to content

Commit 46fa658

Browse files
authored
Merge pull request #24848 from dceara/fix-multicast-example
Fix multicast SDN example.
2 parents 43a3a25 + 1c04ae0 commit 46fa658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-enabling-multicast.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $ CIDR=$(oc get Network.config.openshift.io cluster \
121121
[source,terminal]
122122
----
123123
$ oc exec msender -i -t -- \
124-
/bin/bash -c "echo | socat STDIO UDP4-DATAGRAM:224.1.0.1:30102,range=$CIDR"
124+
/bin/bash -c "echo | socat STDIO UDP4-DATAGRAM:224.1.0.1:30102,range=$CIDR,ip-multicast-ttl=64"
125125
----
126126
+
127127
If multicast is working, the previous command returns the following output:

0 commit comments

Comments
 (0)