feat: VLAN in FDB, persist vlan, enrich port-devices with hostname, UI columns

Made-with: Cursor
This commit is contained in:
PTah
2026-04-13 12:38:05 +10:00
parent 927110167c
commit 886300b6c0
8 changed files with 91 additions and 26 deletions
@@ -4,6 +4,7 @@ create table if not exists scan_port_devices (
ip inet not null,
if_index int not null,
bridge_port int not null default 0,
vlan int not null default 0,
mac text not null,
learned_ip inet null,
checked_at timestamptz not null