Signed-off-by: Isaku Yamahata <[email protected]>
---
 bin/ryu-client |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/bin/ryu-client b/bin/ryu-client
index e91ed73..0b3e418 100755
--- a/bin/ryu-client
+++ b/bin/ryu-client
@@ -41,7 +41,11 @@ def client_test():
         'list_ports': lambda a: sys.stdout.write(client.get_ports(a[1])),
         'create_port': lambda a: client.create_port(a[1], a[2], a[3]),
         'update_port': lambda a: client.update_port(a[1], a[2], a[3]),
-        'delete_port': lambda a: client.delete_port(a[1], a[2], a[3])
+        'delete_port': lambda a: client.delete_port(a[1], a[2], a[3]),
+        'list_macs': lambda a: sys.stdout.write(
+            client.list_macs(a[1], a[2], a[3])),
+        'create_mac': lambda a: client.create_mac(a[1], a[2], a[3], a[4]),
+        'update_mac': lambda a: client.update_mac(a[1], a[2], a[3], a[4]),
         }
 
     # allow '-', instead of '_'
-- 
1.7.1.1


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to