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

multicast address bugfix and improvements #978

Closed
wants to merge 3 commits into from
Closed

Commits on Jul 8, 2024

  1. netif_addr: fix hw multicast address sync problems

    It fixes following problems in Previous implementation.
    1. Neglected the fact that multicast IPv4/IPv6 address can be mapped to one multicast hw address,
       and a lower dpvs port may have multiple upper ports (such as vlan).
    2. Multicast hw addresses could sync from kni multiple times or be deleted by mistake.
    3. Interferences of linked down kni devices.
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2849ec1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. dpip: add 'maddr' subcommand to show multicast addresses

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e3562e6 View commit details
    Browse the repository at this point in the history
  2. ci: update Node.js version

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ec41e40 View commit details
    Browse the repository at this point in the history