strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vici: Update get_pools() in Python and Ruby bindings
[strongswan.git]
/
src
/
libcharon
/
plugins
/
vici
/
ruby
/
lib
/
vici.rb
diff --git
a/src/libcharon/plugins/vici/ruby/lib/vici.rb
b/src/libcharon/plugins/vici/ruby/lib/vici.rb
index
1a95fc3
..
bcf1a17
100644
(file)
--- a/
src/libcharon/plugins/vici/ruby/lib/vici.rb
+++ b/
src/libcharon/plugins/vici/ruby/lib/vici.rb
@@
-492,8
+492,8
@@
module Vici
##
# Get the currently loaded pools.
- def get_pools()
- @transp.request("get-pools").root
+ def get_pools(
options
)
+ @transp.request("get-pools"
, Message.new(options)
).root
end
##