diff options
author | currite <sll@disroot.org> | 2020-06-30 16:11:12 +0200 |
---|---|---|
committer | currite <sll@disroot.org> | 2020-06-30 16:11:12 +0200 |
commit | fa1e0fbf8d946499fa87b56c00af5b42ed123612 (patch) | |
tree | 9e4153bc831ead71c1eb718d08506ea8d693a50a | |
parent | a26bc0848ff4af3e88bef065b8d3acc42ff8a3f1 (diff) | |
download | vyos-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.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 |