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

Bump mcd and adapt confd, also bridge-port bug fix #352

Merged
merged 6 commits into from
Mar 22, 2024

Commits on Mar 21, 2024

  1. libsrx: new function, traverse the void to find an interface

    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    17ecd26 View commit details
    Browse the repository at this point in the history
  2. confd: handle small changes to bridge port properties

    This patch adds support for small incremental changes to bridge ports.
    Changes where the libyang diff does not include a bridge reference so
    that it will have to be synthesized from the current configuration.
    
    For example, forgetting to set a port's PVID in a VLAN filtering bridge
    setup, changing a bridge port's multicast flooding properties, or any
    other per-bridge-port setting after the fact.
    
    Fixes #349.
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    82a6247 View commit details
    Browse the repository at this point in the history
  3. klish-plugin-infix: fix copy-paste in "show bridge vlan" command

    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b551fb8 View commit details
    Browse the repository at this point in the history
  4. package/mcd: bump to v2.0

    For details, see https://github.com/kernelkit/mcd/releases/tag/v2.0
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6f4dbf7 View commit details
    Browse the repository at this point in the history
  5. confd: adapt bridge multicast support to mcd v2.0

    All querier functionality for IGMP now handled by mcd, even if there are
    no VLAN interfaces on top of the bridge.  Also, mcd now handles unique
    query interval per interface, or per VLAN, so we no longer need multiple
    daemons running.
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a61ba77 View commit details
    Browse the repository at this point in the history
  6. klish-plugin-infix: add "show ip multicast" command

    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d28254f View commit details
    Browse the repository at this point in the history