support for simple fixed translation table
This commit is contained in:
6
lib/trans.php
Normal file
6
lib/trans.php
Normal 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
|
||||
);
|
||||
Reference in New Issue
Block a user