diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-30 16:51:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 16:51:00 +0200 |
commit | 4e8c17bf5891ad565ce94edf4e4a8bf339a7b532 (patch) | |
tree | 4e8be2d888da530483b9f611f1220df5ea60dc1c | |
parent | e6fffae7b8fc0db1e1a040540cb8cfdaca131ca4 (diff) | |
parent | fa1e0fbf8d946499fa87b56c00af5b42ed123612 (diff) | |
download | vyos-documentation-4e8c17bf5891ad565ce94edf4e4a8bf339a7b532.tar.gz vyos-documentation-4e8c17bf5891ad565ce94edf4e4a8bf339a7b532.zip |
Merge pull request #274 from currite/crux-multicast
multicast: readd PIM and IGMP.
-rw-r--r-- | docs/routing/multicast.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/routing/multicast.rst b/docs/routing/multicast.rst index a19da01f..a6310fa3 100644 --- a/docs/routing/multicast.rst +++ b/docs/routing/multicast.rst @@ -174,9 +174,10 @@ You can also tune multicast with the following commands. IGMP Proxy ********** -:abbr:`IGMP (Internet Group Management Protocol)` proxy sends IGMP host messages -on behalf of a connected client. The configuration must define one, and only one -upstream interface, and one or more downstream interfaces. +:abbr:`IGMP (Internet Group Management Protocol)` proxy sends IGMP host +messages on behalf of a connected client. The configuration must define +one, and only one upstream interface, and one or more downstream +interfaces. Configuration ============= @@ -225,8 +226,8 @@ Configuration Example ------- -Interface `eth1` LAN is behind NAT. In order to subscribe `10.0.0.0/23` subnet -multicast which is in `eth0` WAN we need to configure igmp-proxy. +Interface `eth1` LAN is behind NAT. In order to subscribe `10.0.0.0/23` +subnet multicast which is in `eth0` WAN we need to configure igmp-proxy. .. code-block:: none |