Skip to content

mld_sender::send_record has an code error #10

@zhixhu

Description

@zhixhu

the line "else if (filter_mode == EXCLUDE_MODE || filter_mode == EXCLUDE_MODE)" has an repeated expression and will lead to mld message with source specific multicast send failed. So it should be "else if (filter_mode == EXCLUDE_MODE || filter_mode == INCLUDE_MODE)" .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions