Lots of changes
[PHPIPManager.git] / lib / ip.php
diff --git a/lib/ip.php b/lib/ip.php
new file mode 100644 (file)
index 0000000..e07eb30
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+
+class ip {
+       function addSupernet($supernet)
+       {
+               
+       }
+       
+       function addSubnet($subnet)
+       {
+               
+       }
+       
+       function isConflicting($subnet)
+       {
+               
+       }
+       
+       public $supers = "";
+       public $subs = "";
+}
+?>
\ No newline at end of file