Merge pull request #11765 from lyq140/patch-pimDoc

doc: pimd needs linux kernel 4.19(IGMPMSG_WRVIFWHOLE)
This commit is contained in:
Jafar Al-Gharaibeh 2022-08-09 01:12:18 -05:00 committed by GitHub
commit 126b4166f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ feature you're interested in, it should be supported on your platform.
+-----------------------------------+----------------+--------------+------------+------------+ +-----------------------------------+----------------+--------------+------------+------------+
| **Multicast Routing** | | | | | | **Multicast Routing** | | | | |
+-----------------------------------+----------------+--------------+------------+------------+ +-----------------------------------+----------------+--------------+------------+------------+
| `pimd` (PIM) | :mark:`≥4.18` | :mark:`N` | :mark:`Y` | :mark:`Y` | | `pimd` (PIM) | :mark:`≥4.19` | :mark:`N` | :mark:`Y` | :mark:`Y` |
+-----------------------------------+----------------+--------------+------------+------------+ +-----------------------------------+----------------+--------------+------------+------------+
| SSM (Source Specific) | :mark:`Y` | :mark:`N` | :mark:`Y` | :mark:`Y` | | SSM (Source Specific) | :mark:`Y` | :mark:`N` | :mark:`Y` | :mark:`Y` |
+-----------------------------------+----------------+--------------+------------+------------+ +-----------------------------------+----------------+--------------+------------+------------+

View File

@ -13,7 +13,7 @@ network for optimizing forwarding of overlay BUM traffic.
.. note:: .. note::
On Linux for PIM-SM operation you *must* have kernel version 4.18 or greater. On Linux for PIM-SM operation you *must* have kernel version 4.19 or greater.
To use PIM for EVPN BUM forwarding, kernels 5.0 or greater are required. To use PIM for EVPN BUM forwarding, kernels 5.0 or greater are required.
OpenBSD has no multicast support and FreeBSD, and NetBSD only OpenBSD has no multicast support and FreeBSD, and NetBSD only
have support for SSM. have support for SSM.