From d0d8c9704f83a2f6a3e68bbde7fb7cdd328ffa51 Mon Sep 17 00:00:00 2001
From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Tue, 10 Oct 2006 21:53:34 +0000
Subject: [PATCH] - add giant warning

---
 PLC/Methods/DeleteNetworkMethod.py | 3 +++
 PLC/Methods/DeleteNetworkType.py   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/PLC/Methods/DeleteNetworkMethod.py b/PLC/Methods/DeleteNetworkMethod.py
index 941ccc06..13c527eb 100644
--- a/PLC/Methods/DeleteNetworkMethod.py
+++ b/PLC/Methods/DeleteNetworkMethod.py
@@ -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.
     """
 
diff --git a/PLC/Methods/DeleteNetworkType.py b/PLC/Methods/DeleteNetworkType.py
index f96d2a55..22a90aed 100644
--- a/PLC/Methods/DeleteNetworkType.py
+++ b/PLC/Methods/DeleteNetworkType.py
@@ -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.
     """
 
-- 
2.47.0