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

Fix calling protocol_to_index() and other minor changes #2375

Merged
merged 5 commits into from
Jan 28, 2024

Commits on Jan 27, 2024

  1. tcp_server: add option to use stdin/out

    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8540732 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. test: add script ncat_test.sh for SSL_GET checker testing

    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6c6f782 View commit details
    Browse the repository at this point in the history
  2. Revert "test: add script ncat_test.sh for SSL_GET checker testing"

    This reverts commit 6c6f782 since
    too many files were included.
    pqarmitage committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ad4e85b View commit details
    Browse the repository at this point in the history
  3. test: add script ncat_test.sh for SSL_GET checker testing

    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d9cce81 View commit details
    Browse the repository at this point in the history
  4. ipvs: don't call protocol_to_index() unless using auto fwmarks

    protocol_to_index() must only be called when there is an index. This
    is when the virtual server uses a virtual server group that is using
    auto fwmarks.
    
    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cabe011 View commit details
    Browse the repository at this point in the history