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

Implementation for minTTL #6808

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

Commits on Nov 13, 2024

  1. initial commit for implementing minTTL

    Signed-off-by: Hemant <[email protected]>
    hkiiita committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    346988f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. auto generated antrea yml files

    Signed-off-by: Hemant <[email protected]>
    hkiiita committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    66e72f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Refactored minTTL confgiyration and use.

    - Remove the redundant minTTL field from Options struct.
    - Use in built max function for comparison of max TTL values.
    - Improve descriptive comment about minTTL in config file.
    
    Signed-off-by: Hemant <[email protected]>
    hkiiita committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d92246f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c58ad2 View commit details
    Browse the repository at this point in the history
  3. update final assertion and comment for the test.

    Signed-off-by: Hemant <[email protected]>
    hkiiita committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e9e0286 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    dd43d6b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. add tests for FQDNCacheMinTTL functionality and made other changes as…

    … per review.
    
    Signed-off-by: Hemant <[email protected]>
    hkiiita committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7de5ee7 View commit details
    Browse the repository at this point in the history
  2. re-grouped imports

    Signed-off-by: Hemant <[email protected]>
    hkiiita committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fb28bba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. refactor to test just the parseDNSResponse

    Signed-off-by: Hemant <[email protected]>
    hkiiita committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6c6dcc8 View commit details
    Browse the repository at this point in the history