This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7e6abdedb3778c8407b430084d61233d155eb972
librenms-librenms
/
app
/
Models
/
Vlan.php
9 lines
104 B
PHP
Raw
Normal View
History
Unescape
Escape
Refactor FDB Tables to Laravel (#9669) * Refactor FDB Tables to Laravel Hopefully much better performance with large tables. Better dns resolution (limit to 4 IPs tried per MAC) * update style * de-duplicate IPs * fixed column width for mac and vlan * Make DNS column visibility control whether or not we send the dns query. Hide that column by default.
2019-01-20 08:43:36 -06:00
<
?
php
namespace
App\Models
;
Refactor eloquent base (#9716) * extract PortRelatedModel and DeviceRelatedModel * add scope for inDeviceGroup * handle null device group
2019-01-22 17:04:28 -06:00
class
Vlan
extends
DeviceRelatedModel
Refactor FDB Tables to Laravel (#9669) * Refactor FDB Tables to Laravel Hopefully much better performance with large tables. Better dns resolution (limit to 4 IPs tried per MAC) * update style * de-duplicate IPs * fixed column width for mac and vlan * Make DNS column visibility control whether or not we send the dns query. Hide that column by default.
2019-01-20 08:43:36 -06:00
{
public
$timestamps
=
false
;
}
Reference in New Issue
Copy Permalink