Blame SOURCES/firewalld-0.4.4.7-services-high-availability-Add-port-9929.patch

843f86
From b20345ad5db13cf9a8ca8f5cb036ef526ab6693b Mon Sep 17 00:00:00 2001
843f86
From: Eric Garver <e@erig.me>
843f86
Date: Tue, 12 Dec 2017 13:57:55 -0500
843f86
Subject: [PATCH] services/high-availability: Add port 9929
843f86
843f86
TCP/UDP 9929 is used by boothd and should be opened for
843f86
high-availability.
843f86
843f86
Resolves: RHBZ 1486143
843f86
---
843f86
 config/services/high-availability.xml | 2 ++
843f86
 1 file changed, 2 insertions(+)
843f86
843f86
diff --git a/config/services/high-availability.xml b/config/services/high-availability.xml
843f86
index 002dd0e4a9d0..b6d14b793250 100644
843f86
--- a/config/services/high-availability.xml
843f86
+++ b/config/services/high-availability.xml
843f86
@@ -7,5 +7,7 @@
843f86
   <port protocol="tcp" port="5403"/>
843f86
   <port protocol="udp" port="5404"/>
843f86
   <port protocol="udp" port="5405"/>
843f86
+  <port protocol="tcp" port="9929"/>
843f86
+  <port protocol="udp" port="9929"/>
843f86
   <port protocol="tcp" port="21064"/>
843f86
 </service>
843f86
-- 
843f86
2.12.0
843f86