Skip to content
New issue

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

Document static multicast filter usage #790

Open
jovatn opened this issue Oct 31, 2024 · 1 comment
Open

Document static multicast filter usage #790

jovatn opened this issue Oct 31, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@jovatn
Copy link
Contributor

jovatn commented Oct 31, 2024

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

@jovatn jovatn converted this from a draft issue Oct 31, 2024
@jovatn jovatn added documentation Improvements or additions to documentation triage Pending investigation & classification (CCB) labels Oct 31, 2024
@troglobit
Copy link
Contributor

CCB decision: Do as part of #649.

@troglobit troglobit removed the triage Pending investigation & classification (CCB) label Oct 31, 2024
@troglobit troglobit added this to the Infix v24.11 milestone Oct 31, 2024
@troglobit troglobit modified the milestones: Infix v24.11, Infix v24.12 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: No status
Development

No branches or pull requests

2 participants