summaryrefslogtreecommitdiff
path: root/ruby/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2011-09-21 23:25:11 -0700
committerRuss Allbery <rra@stanford.edu>2011-09-21 23:25:11 -0700
commit4a62a530bb6c151d4e58f3bb0894499ff7b9aadd (patch)
tree9efb5508aebfa5d15b57308482fee3e9e34134ed /ruby/README
parent717f7d8fbcf7d18c96294943e27d7c012d979758 (diff)
Add Ruby bindings for remctl_set_source_ip
Diffstat (limited to 'ruby/README')
-rw-r--r--ruby/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby/README b/ruby/README
index 03b71ba..95f3b78 100644
--- a/ruby/README
+++ b/ruby/README
@@ -99,6 +99,10 @@ FULL INTERFACE
not given, the library default (host/<host> with the realm
determined by the domain-realm mapping) is used.
+ Normally, the source IP used to connect to the server is assigned by
+ the kernel. To use a specific source IP, assign that IP address (as
+ a string) to Remctl.source_ip before calling Remctl.new.
+
Exceptions:
* ArgumentError, TypeError: an invalid argument was supplied