diff mbox

[ovs-dev] rhel: Use correct default port for OVN SB database

Message ID 1489004380-20231-1-git-send-email-lrichard@redhat.com
State Accepted
Delegated to: Russell Bryant
Headers show

Commit Message

Lance Richardson March 8, 2017, 8:19 p.m. UTC
Fix typo in OVN SB database TCP port number.

Fixes: commit 55f36be59122 ("rhel: Firewall service files for OVN.")
Signed-off-by: Lance Richardson <lrichard@redhat.com>
---
 rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Russell Bryant March 8, 2017, 8:37 p.m. UTC | #1
On Wed, Mar 8, 2017 at 3:19 PM, Lance Richardson <lrichard@redhat.com> wrote:
> Fix typo in OVN SB database TCP port number.
>
> Fixes: commit 55f36be59122 ("rhel: Firewall service files for OVN.")
> Signed-off-by: Lance Richardson <lrichard@redhat.com>

Applied to master and branch-2.7, thanks!
diff mbox

Patch

diff --git a/rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml b/rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml
index e7f871d..a005f32 100644
--- a/rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml
+++ b/rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml
@@ -3,5 +3,5 @@ 
   <short>ovn-central-firewall-service</short>
   <description>Firewall service for ovn central</description>
   <port protocol="tcp" port="6641"/>
-  <port protocol="tcp" port="6442"/>
+  <port protocol="tcp" port="6642"/>
 </service>