We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infix supports configuring static multicast entries (infix-bridge.yang), but there does not seem to be any CLI examples in the documentation.
Perhaps add it after (or within) the section on IGMP/MLD Snooping.
$ pyang -f tree infix-if-bridge.yang ... augment /if:interfaces/if:interface: +--rw bridge +--rw ieee-group-forward* ieee-reserved-groups +--rw (type)? +--:(ieee8021d) | +--rw multicast! | | +--rw snooping? boolean | | +--rw querier? querier-mode | | +--rw query-interval? uint16 | +--rw multicast-filters! | +--rw multicast-filter* [group] | +--rw group union | +--rw ports* [port] | +--rw port if:interface-ref | +--rw state? mdb-state +--:(ieee8021q) +--rw vlans! {vlan-filtering}? +--rw proto? dot1q-types:dot1q-tag-type +--rw vlan* [vid] +--rw vid dot1q-types:vlanid +--rw multicast! | +--rw snooping? boolean | +--rw querier? querier-mode | +--rw query-interval? uint16 +--rw multicast-filters! | +--rw multicast-filter* [group] | +--rw group union | +--rw ports* [port] | +--rw port if:interface-ref | +--rw state? mdb-state +--rw untagged* if:interface-ref +--rw tagged* if:interface-ref
The text was updated successfully, but these errors were encountered:
CCB decision: Do as part of #649.
Sorry, something went wrong.
No branches or pull requests
Infix supports configuring static multicast entries (infix-bridge.yang), but there does not seem to be any CLI examples in the documentation.
Perhaps add it after (or within) the section on IGMP/MLD Snooping.
The text was updated successfully, but these errors were encountered: