e07eb30f99e727f7882d13fa77996e4b29139739
[PHPIPManager.git] / lib / ip.php
1 <?php
2
3 class ip {
4         function addSupernet($supernet)
5         {
6                 
7         }
8         
9         function addSubnet($subnet)
10         {
11                 
12         }
13         
14         function isConflicting($subnet)
15         {
16                 
17         }
18         
19         public $supers = "";
20         public $subs = "";
21 }
22 ?>