diff options
author | Yuxiang Zhu <vfreex@gmail.com> | 2022-07-08 01:46:27 +0800 |
---|---|---|
committer | Yuxiang Zhu <vfreex@gmail.com> | 2022-07-08 01:50:15 +0800 |
commit | 2bd0adb63485c165d732e8cbe3f97024d2ef7b4e (patch) | |
tree | 3e094193aef0e1c7c7f7fc64a70171cb9731a30e /docs/configuration/interfaces | |
parent | 4f00eb16fc36fcc51db1215ddb078adee8b14e5b (diff) | |
download | vyos-documentation-2bd0adb63485c165d732e8cbe3f97024d2ef7b4e.tar.gz vyos-documentation-2bd0adb63485c165d732e8cbe3f97024d2ef7b4e.zip |
bridge: Add IGMP/MLD snooping
... and update the description for `igmp querier`
to match the fact that MLD querier is also controlled by that option.
Diffstat (limited to 'docs/configuration/interfaces')
-rw-r--r-- | docs/configuration/interfaces/bridge.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/bridge.rst b/docs/configuration/interfaces/bridge.rst index ebb2232a..ddc293cc 100644 --- a/docs/configuration/interfaces/bridge.rst +++ b/docs/configuration/interfaces/bridge.rst @@ -78,7 +78,11 @@ Bridge Options .. cfgcmd:: set interfaces bridge <interface> igmp querier - Enable IGMP querier + Enable IGMP and MLD querier. + +.. cfgcmd:: set interfaces bridge <interface> igmp snooping + + Enable IGMP and MLD snooping. .. _stp: |