mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 20:51:15 +01:00
action.GlusterFS: reformat to new header style
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
6560e74c2c
commit
de44a16094
@ -1,13 +1,14 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - GlusterFS Handler for GlusterFS 3.4 and Later
|
# Shorewall -- /usr/share/shorewall/action.GlusterFS
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.GlusterFS
|
# GlusterFS Handler for GlusterFS 3.4 and Later
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
# Bricks: Number of bricks
|
|
||||||
# IB: 0 or 1, indicating whether Infiniband is used or not
|
|
||||||
#
|
#
|
||||||
#########################################################################################
|
# Bricks - Number of bricks
|
||||||
|
# IB - 0 or 1, indicating whether Infiniband is used or not
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS 2,0
|
DEFAULTS 2,0
|
||||||
|
|
||||||
@ -17,8 +18,8 @@ DEFAULTS 2,0
|
|||||||
?error Invalid value for IB (@2)
|
?error Invalid value for IB (@2)
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
#ACTION SOURCE DEST PROTO DPORT
|
||||||
# PORT PORT(S) DEST LIMIT GROUP
|
|
||||||
ACCEPT - - udp 111,2049
|
ACCEPT - - udp 111,2049
|
||||||
ACCEPT - - tcp 38465:38467
|
ACCEPT - - tcp 38465:38467
|
||||||
|
|
||||||
@ -31,4 +32,3 @@ ACCEPT - - tcp 24007
|
|||||||
?set last_port 49150 + @{1}
|
?set last_port 49150 + @{1}
|
||||||
|
|
||||||
ACCEPT - - tcp 49151:$last_port
|
ACCEPT - - tcp 49151:$last_port
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user