- add giant warning
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 10 Oct 2006 21:53:34 +0000 (21:53 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 10 Oct 2006 21:53:34 +0000 (21:53 +0000)
PLC/Methods/DeleteNetworkMethod.py
PLC/Methods/DeleteNetworkType.py

index 941ccc0..13c527e 100644 (file)
@@ -8,6 +8,9 @@ class DeleteNetworkMethod(Method):
     """
     Deletes a network method.
 
+    WARNING: This will cause the deletion of all network interfaces
+    that use this method.
+
     Returns 1 if successful, faults otherwise.
     """
 
index f96d2a5..22a90ae 100644 (file)
@@ -8,6 +8,9 @@ class DeleteNetworkType(Method):
     """
     Deletes a network type.
 
+    WARNING: This will cause the deletion of all network interfaces
+    that use this type.
+
     Returns 1 if successful, faults otherwise.
     """