Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/lib/of_config/capable_switch.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ryu/lib/of_config/capable_switch.py 
b/ryu/lib/of_config/capable_switch.py
index fd3f279..7be3159 100644
--- a/ryu/lib/of_config/capable_switch.py
+++ b/ryu/lib/of_config/capable_switch.py
@@ -117,5 +117,11 @@ class OFCapableSwitch(object):
         xml = ofc.NETCONF_Config(capable_switch=capable_switch).to_xml()
         self.raw_edit_config(target, xml, default_operation)
 
+    def delete_config(self, source):
+        self.netconf.delete_config(source)
+
+    def copy_config(self, source, target):
+        self.netconf.copy_config(source, target)
+
     # TODO: more netconf operations
     # TODO: convinience(higher level) methods
-- 
1.8.3.1


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to