Projet

Général

Profil

Révision 771b3256

ID771b32567c8da84bea7a2d1f7dca316a3e6bf535
Parent 502b9dac
Enfant 7a77d75a

Ajouté par Nacho Barrientos il y a environ 4 ans

Add rules for Apache ActiveMQ

Voir les différences:

REFERENCE.md
10 10
* [`nftables::bridges`](#nftablesbridges): allow forwarding traffic on bridges
11 11
* [`nftables::inet_filter`](#nftablesinet_filter): manage basic chains in table inet filter
12 12
* [`nftables::ip_nat`](#nftablesip_nat): manage basic chains in table ip nat
13
* [`nftables::rules::activemq`](#nftablesrulesactivemq): Provides input rules for Apache ActiveMQ
13 14
* [`nftables::rules::afs3_callback`](#nftablesrulesafs3_callback): Open call back port for AFS clients
14 15
* [`nftables::rules::ceph`](#nftablesrulesceph): Ceph is a distributed object store and file system. Enable this to support Ceph's Object Storage Daemons (OSD), Metadata Server Daemons (MDS)
15 16
* [`nftables::rules::ceph_mon`](#nftablesrulesceph_mon): Ceph is a distributed object store and file system.
......
333 334

  
334 335
manage basic chains in table ip nat
335 336

  
337
### <a name="nftablesrulesactivemq"></a>`nftables::rules::activemq`
338

  
339
Provides input rules for Apache ActiveMQ
340

  
341
#### Parameters
342

  
343
The following parameters are available in the `nftables::rules::activemq` class:
344

  
345
* [`tcp`](#tcp)
346
* [`udp`](#udp)
347
* [`port`](#port)
348

  
349
##### <a name="tcp"></a>`tcp`
350

  
351
Data type: `Boolean`
352

  
353
Create the rule for TCP traffic.
354

  
355
Default value: ``true``
356

  
357
##### <a name="udp"></a>`udp`
358

  
359
Data type: `Boolean`
360

  
361
Create the rule for UDP traffic.
362

  
363
Default value: ``true``
364

  
365
##### <a name="port"></a>`port`
366

  
367
Data type: `Stdlib::Port`
368

  
369
The port number for the ActiveMQ daemon.
370

  
371
Default value: `61616`
372

  
336 373
### <a name="nftablesrulesafs3_callback"></a>`nftables::rules::afs3_callback`
337 374

  
338 375
Open call back port for AFS clients

Formats disponibles : Unified diff