support for simple fixed translation table

This commit is contained in:
sandb
2010-02-12 23:24:19 +01:00
parent 54c7f36f60
commit 3b85a62d45
4 changed files with 22 additions and 11 deletions

6
lib/trans.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$mac_translation_table=array(
'00:30:05:25:b2:f5' => 'appelblauwzeegroen', //192.168.42.11 appelblauwzeegroen FreeBSD 8.0 00:30:05:25:B2:F5 man-ip: 172.16.1.11
'00:08:02:c8:56:1f' => 'gitorious', //192.168.42.44 gitorious Ubuntu 8.04 00:08:02:C8:56:1F man-ip: 172.16.1.44
'00:0f:66:c8:ac:db' => 'openwrt' //192.168.42.13 openwrt Openwrt 00:0F:66:C8:AC:DB man-ip: 172.16.1.1
);