Skip to content

Commit

Permalink
rhel: Use correct default port for OVN SB database
Browse files Browse the repository at this point in the history
Fix typo in OVN SB database TCP port number.

Fixes: commit 55f36be ("rhel: Firewall service files for OVN.")
Signed-off-by: Lance Richardson <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
hlrichardson authored and russellb committed Mar 8, 2017
1 parent dc42dbd commit a89a38b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit a89a38b

Please sign in to comment.