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-nftables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: voxpupuli/puppet-nftables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 20 commits
  • 13 files changed
  • 5 contributors

Commits on Mar 3, 2021

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

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    2fda87a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b6150 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from cernops/emacs_readme

    Fix sections and add a pointer to code snippets for Emacs
    duritong authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    502b9da View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    771b325 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from cernops/ibarrien_activemq

    Add rules for Apache ActiveMQ
    duritong authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7a77d75 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Add Docker-CE default rules

    Luis Fernández Álvarez committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6be2adf View commit details
    Browse the repository at this point in the history
  2. Add newline & more tests

    Luis Fernández Álvarez committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    c351549 View commit details
    Browse the repository at this point in the history
  3. Fix syntax

    Luis Fernández Álvarez committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    283e1c3 View commit details
    Browse the repository at this point in the history
  4. Fix rulename spec in spec

    Luis Fernández Álvarez committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    b61ccb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Add nftables.version to structured fact.

    ```
    FACTERLIB=. facter -p nftables
    {
      tables => [
        "bridge-filter",
        "bridge-nat",
        "inet-firewalld",
        "ip-firewalld",
        "ip6-firewalld"
      ],
      version => "0.9.3"
    }
    ```
    traylenator committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    032387d View commit details
    Browse the repository at this point in the history
  2. Fix doc defaults

    Luis Fernández Álvarez committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9dca9bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d95ea8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #84 from traylenator/version

    Add nftables.version to structured fact.
    traylenator authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c86e270 View commit details
    Browse the repository at this point in the history
  5. Add optional handling of chains

    Luis Fernández Álvarez committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1bf717d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Merge pull request #80 from luisfdez/dockerce

    Add Docker-CE default rules
    duritong authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    18b211e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    cd2a3cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from cernops/qemu

    Add rules for QEMU/libvirt guests (bridged virtual networking)
    nbarrientos authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3f2f50c View commit details
    Browse the repository at this point in the history
  3. Prepare release 1.3.0

    nbarrientos committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    804b96e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86 from cernops/release_1_3_0

    Prepare release 1.3.0
    duritong authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    cae7912 View commit details
    Browse the repository at this point in the history
Loading