From fa1e0fbf8d946499fa87b56c00af5b42ed123612 Mon Sep 17 00:00:00 2001 From: currite Date: Tue, 30 Jun 2020 16:11:12 +0200 Subject: multicast: readd PIM and IGMP. Previous merge adding PIM and IGMP did not work properly, command definitions were not published. --- docs/routing/multicast.rst | 11 ++++++----- 1 file 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 -- cgit v1.2.3