projects
/
pve-firewall.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6ebf3
)
firewall macros: add new Ceph protocol v2 port while keeping v1 port
author
Christian Ebner
<c.ebner@proxmox.com>
Fri, 12 Jul 2019 11:31:34 +0000
(13:31 +0200)
committer
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Fri, 12 Jul 2019 12:09:02 +0000
(14:09 +0200)
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/PVE/Firewall.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/PVE/Firewall.pm
b/src/PVE/Firewall.pm
index f529593c7a5f0fe7ef5748bb62c7e428a0654de9..0e15090f3d7940c680fcc5aa8a6744d04d54f0e7 100644
(file)
--- a/
src/PVE/Firewall.pm
+++ b/
src/PVE/Firewall.pm
@@
-214,7
+214,10
@@
my $pve_fw_macros = {
],
'Ceph' => [
"Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Deamons)",
+ # Legacy port for protocol v1
{ action => 'PARAM', proto => 'tcp', dport => '6789' },
+ # New port for protocol v2
+ { action => 'PARAM', proto => 'tcp', dport => '3300' },
{ action => 'PARAM', proto => 'tcp', dport => '6800:7300' },
],
'CVS' => [