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

Fixes #5776 adds iptables-persistent dependency on Focal #5780

Merged
merged 5 commits into from
Feb 11, 2021

Commits on Feb 11, 2021

  1. Fixes #5776 adds iptables-persistent dependency on Focal

    On Ubuntu Focal, we can use iptables-persistent package, and also
    uses updated rules filepath based on distribution version.
    kushaldas authored and Conor Schaefer committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ac1ca03 View commit details
    Browse the repository at this point in the history
  2. Uses the load_iptables only for Xenial

    Focal uses iptables-persistent package for the same.
    kushaldas authored and Conor Schaefer committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    01cc5af View commit details
    Browse the repository at this point in the history
  3. Uses distribution based variables in app handlers

    Based on PR review feedback, we are now using paths defined in the
    variable vars files (based on the Ubuntu distribution value).
    kushaldas authored and Conor Schaefer committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    70c5307 View commit details
    Browse the repository at this point in the history
  4. Removes unused iptables-restore handler

    Conor Schaefer committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    47853d6 View commit details
    Browse the repository at this point in the history
  5. Adds config tests for iptables-persistent package

    Conor Schaefer committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8e10aec View commit details
    Browse the repository at this point in the history