diff --git a/tests/flexnbd.rb b/tests/flexnbd.rb index 3864c60..66801cb 100644 --- a/tests/flexnbd.rb +++ b/tests/flexnbd.rb @@ -67,7 +67,7 @@ class FlexNBD end def mirror(bandwidth=nil, action=nil) - control_command("mirror", ip, port, bandwidth, action) + control_command("mirror", ip, port, ip, bandwidth, action) end def acl(*acl) @@ -88,3 +88,4 @@ class FlexNBD end end end +