Projet

Général

Profil

Révision 7030bde0

ID7030bde09717889131ef8233e6e29171912d1045
Parent 67cf7972
Enfant c24d3118

Ajouté par Luis Fernández Álvarez il y a environ 2 ans

Add bridge as a valid family for chain tables

Voir les différences:

manifests/chain.pp
1 1
# manage a chain
2 2
define nftables::chain (
3 3
  # lint:ignore:parameter_documentation
4
  Pattern[/^(ip|ip6|inet|netdev)-[a-zA-Z0-9_]+$/] $table = 'inet-filter',
4
  Pattern[/^(ip|ip6|inet|netdev|bridge)-[a-zA-Z0-9_]+$/] $table = 'inet-filter',
5 5
  Pattern[/^[a-zA-Z0-9_]+$/] $chain = $title,
6 6
  Optional[Pattern[/^\d\d-[a-zA-Z0-9_]+$/]] $inject = undef,
7 7
  Optional[String] $inject_iif = undef,

Formats disponibles : Unified diff