Skip to content

Commit

Permalink
ovn-nb: Properly document multicast flood config defaults.
Browse files Browse the repository at this point in the history
Reported-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
dceara authored and putnopvut committed Jul 11, 2022
1 parent 6f0e30b commit a9f214a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ovn-nb.xml
Expand Up @@ -602,6 +602,7 @@
Determines whether unregistered multicast traffic should be flooded
or not. Only applicable if
<ref column="other_config" key="mcast_snoop"/> is enabled.
Default: <code>false</code>.
</column>
<column name="other_config" key="mcast_table_size"
type='{"type": "integer", "minInteger": 1, "maxInteger": 32766}'>
Expand Down Expand Up @@ -1099,12 +1100,13 @@
type='{"type": "boolean"}'>
If set to <code>true</code>, multicast packets (except reports) are
unconditionally forwarded to the specific port.
Default: <code>false</code>.
</column>

<column name="options" key="mcast_flood_reports"
type='{"type": "boolean"}'>
If set to <code>true</code>, multicast reports are unconditionally
forwarded to the specific port.
forwarded to the specific port. Default: <code>false</code>.
</column>
</group>

Expand Down Expand Up @@ -2861,6 +2863,10 @@
has <ref table="Logical_Router" column="options"/>:mcast_relay set
to <code>true</code>.
</p>

<p>
Default: <code>false</code>.
</p>
</column>

<column name="options" key="requested-tnl-key"
Expand Down

0 comments on commit a9f214a

Please sign in to comment.