From 1f8ab40fba40a59b0a7f58c659914d46dc6ef6aa Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Mon, 22 Sep 2014 10:25:35 +0000
Subject: [PATCH] Forward port OPENDJ-1565 CR-4564: Optionally bind to a local address

---
 opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties b/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties
index b9111db..65eb106 100644
--- a/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties
+++ b/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties
@@ -23,6 +23,9 @@
 property.replication-server.syntax.string.pattern.synopsis=A host name followed by a ":" and a port number.
 property.replication-server-id.synopsis=Specifies a unique identifier for the Replication Server.
 property.replication-server-id.description=Each Replication Server must have a different server ID.
+property.source-address.synopsis=If specified, the server will bind to the address before connecting to the remote server.
+property.source-address.description=The address must be one assigned to an existing network interface.
+property.source-address.default-behavior.alias.synopsis=Let the server decide.
 property.weight.synopsis=The weight of the replication server.
 property.weight.description=The weight affected to the replication server. Each replication server of the topology has a weight. When combined together, the weights of the replication servers of a same group can be translated to a percentage that determines the quantity of directory servers of the topology that should be connected to a replication server. For instance imagine a topology with 3 replication servers (with the same group id) with the following weights: RS1=1, RS2=1, RS3=2. This means that RS1 should have 25% of the directory servers connected in the topology, RS2 25%, and RS3 50%. This may be useful if the replication servers of the topology have a different power and one wants to spread the load between the replication servers according to their power.
 property.window-size.synopsis=Specifies the window size that the Replication Server uses when communicating with other Replication Servers.

--
Gitblit v1.10.0