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

Match dstIP in Classifier to address windows promiscuous mode issue #6528

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 5, 2024

  1. Match dstIP in Classifier to address windows promiscuous mode issue

    When promiscuous mode is enabled, OVS incorrectly forwards packets destined for
    non-local IP addresses from the uplink to the host interface. Due to IP forwarding
    being enabled, these packets are re-sent to br-int according to the default route
    and are eventually forwarded to the uplink. Since the source MAC of these packets
    has been changed to the local host’s MAC, this can potentially cause errors on the switch.
    
    This patch matches dstIP field in ClassifierTable to ensure proper packet handling
    and preventing unintended forwarding.
    
    Signed-off-by: Shuyang Xin <[email protected]>
    XinShuYang committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    22a3163 View commit details
    Browse the repository at this point in the history