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

Add network to iptables command #72

Merged
merged 6 commits into from
Jun 11, 2024
Merged

Commits on Jun 6, 2024

  1. Add network to iptables command

    When running in some environments, e.g. Kubernetes, the iptables command can cause the CNI to have issues. In my case, both calico-typha and calico-node began to fail health checks once the original iptables command was executed. Adding the ocserv network to the command allowed it to work as expected.
    ameir committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8846515 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    9006c74 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ameir committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a1ef25f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    a033259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545af29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed9001d View commit details
    Browse the repository at this point in the history