Skip to content

Commit 1c04ae0

Browse files
committed
Fix multicast SDN example.
In case of ovn-kubernetes, if the multicast receiver and sender PODs are on different nodes, the multicast traffic is routed. Change the example to reflect that the TTL of test packets should be changed from the default value of 1. Signed-off-by: Dumitru Ceara <[email protected]>
1 parent 9b5acad commit 1c04ae0

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)