Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / lib / facter / nftables.rb @ 79ef6104

Historique | Voir | Annoter | Télécharger (716 octets)

# Date Auteur Commentaire
c82b960a 2021-12-16 08:55 Steve Traylen

rubocop:auto_correct results

032387dc 2021-03-23 02:59 Steve Traylen

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"
}
```

03d9e7da 2020-12-01 03:09 Steve Traylen

New parameter noflush_tables to selectivly skip flush

Introduces a new structured fact nftables

```yaml
nftables:
tables:
- inet-filter
- ip-nat
- ip6-nat
- inet-f2b-table
```

By default the nft script will continue to contain `nft flush ruleset`...