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

Dns proxy port test #32186

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on Apr 25, 2024

  1. dns: Find next available id

    Use a cilium/dns version that finds an available request id in case the
    one set on the request is already used by a pending request on the shared
    client.
    
    Note: This refers to a PR branch in cilium/dns and should not be merged!
    
    Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
    jrajahalme committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b7b57d4 View commit details
    Browse the repository at this point in the history
  2. dnsproxy: Test with fixed source port

    Use a fixed source port for all forwarded DNS requests.
    
    Create or update a conntrack entry so that reply packets are redirected
    back to the proxy.
    
    Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
    jrajahalme committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e3440cd View commit details
    Browse the repository at this point in the history