summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcurrite <sll@disroot.org>2020-06-30 16:11:12 +0200
committercurrite <sll@disroot.org>2020-06-30 16:11:12 +0200
commitfa1e0fbf8d946499fa87b56c00af5b42ed123612 (patch)
tree9e4153bc831ead71c1eb718d08506ea8d693a50a
parenta26bc0848ff4af3e88bef065b8d3acc42ff8a3f1 (diff)
downloadvyos-documentation-fa1e0fbf8d946499fa87b56c00af5b42ed123612.tar.gz
vyos-documentation-fa1e0fbf8d946499fa87b56c00af5b42ed123612.zip
multicast: readd PIM and IGMP.
Previous merge adding PIM and IGMP did not work properly, command definitions were not published.
-rw-r--r--docs/routing/multicast.rst11
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