Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-ipset
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: voxpupuli/puppet-ipset
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 14 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 11, 2019

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

Commits on Oct 21, 2019

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

Commits on Nov 7, 2019

  1. fix typo in ipset.service

    A condition was wrong. We want to depend on
    systemd-networkd-wait-online.service if systemd-networkd is running.
    bastelfreak committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    fc931a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from voxpupuli/foo

    fix typo in ipset.service
    ghoneycutt authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    8599664 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from voxpupuli/ghoneycutt-patch-1

    Fix style in README example
    bastelfreak authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    babc376 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0a773b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from voxpupuli/vz

    Add VirtuozzoLinux support
    bastelfreak authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    f4f0f61 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. dont depend on working network connectivity

    In the past, ipset had a dependency to a working network connection
    (with available ip addresses and routes and stuff like this), if
    systemd-networkd was used. This doesn't make any sense and might even
    introduce dependency cycles. We can start as soon as the kernel is ready
    to accept calls from ipset. And we need to start before iptables tries
    to use us. This will be fixed in a seperate commit.
    bastelfreak committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    bfc8cba View commit details
    Browse the repository at this point in the history
  2. fix systemd unit dependencies

    This service should start before iptables/ip6tables starts. This is
    based on https://git.archlinux.org/svntogit/packages.git/tree/trunk/ipset.service?h=packages/ipset
    It's not required to wait for the whole network stack to come available
    to add ipsets.
    bastelfreak committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    06d2ebe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from voxpupuli/foo2

    fix systemd unit dependencies
    bastelfreak authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    d538337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412a9a2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #18 from voxpupuli/foo3

    systemd unit: switch target from basic to multi-user
    bastelfreak authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    180b143 View commit details
    Browse the repository at this point in the history
  6. release v1.2.0

    bastelfreak committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    1c6590b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19 from voxpupuli/rel120

    release v1.2.0
    bastelfreak authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    47cb479 View commit details
    Browse the repository at this point in the history
Loading