Projet

Général

Profil

Révision cbe342b9

IDcbe342b9b095129d12bf27b6c8bb81893437e930
Parent 9ea14bc0
Enfant d1988178

Ajouté par tr il y a plus de 3 ans

Use protocol number instead of label

The label was `ospf` and will be `ospfigp` in the future. Instead of
creating a map use the protocol number to be compatible with newer
versions.

Voir les différences:

manifests/rules/out/ospf3.pp
2 2
class nftables::rules::out::ospf3 {
3 3
  nftables::rule {
4 4
    'default_out-ospf3':
5
      content => 'ip6 saddr fe80::/64 ip6 daddr { ff02::5, ff02::6 } meta l4proto ospf accept',
5
      content => 'ip6 saddr fe80::/64 ip6 daddr { ff02::5, ff02::6 } meta l4proto 89 accept',
6 6
  }
7 7
}

Formats disponibles : Unified diff