8ac7068cb5a3a88704e4c6abcaf00cd1122e7e86
howto/multicast.md
| ... | ... | @@ -11,6 +11,8 @@ For it to work, you'll need to do the following: |
| 11 | 11 | |
| 12 | 12 | You're done! You should receive the multicast routes from peers advertising them. |
| 13 | 13 | |
| 14 | +## Configuration |
|
| 15 | + |
|
| 14 | 16 | ### frr configuration |
| 15 | 17 | |
| 16 | 18 | Enable PIM: |
| ... | ... | @@ -92,7 +94,7 @@ Allow IGMPv3: |
| 92 | 94 | iifname [CLIENT INTERFACE NAME] ip protocol igmp igmp type { membership-query, membership-report-v3 } ip ttl 1 counter accept; |
| 93 | 95 | ``` |
| 94 | 96 | |
| 95 | -### Participants |
|
| 97 | +## Participants |
|
| 96 | 98 | |
| 97 | 99 | Current participants: |
| 98 | 100 | * NOP-MNT |
| ... | ... | @@ -139,4 +141,5 @@ There are two implementations: |
| 139 | 141 | * The [original implementation](https://github.com/troglobit/mping/) by troglobit, which supports both sending and receiving. |
| 140 | 142 | * A [reimplementation](https://codeberg.org/mark22k/mping-sender), which supports only sending. |
| 141 | 143 | |
| 144 | +Streams: |
|
| 142 | 145 | * `mcjoin -j -i [INTERFACE] [fd00:8e13:ce5d::9bee],[ff3e::8000:42]:4321` mping-sender |