Added Access VLANs to Pop

This commit is contained in:
Frank Schubert
2021-06-29 21:18:51 +02:00
parent b99cd75df8
commit 0d002eb5b4
5 changed files with 49 additions and 3 deletions
+3
View File
@@ -6,6 +6,9 @@ class PopModel {
public $gps_lat = null;
public $gps_long = null;
public $location = null;
public $vlan_public = null;
public $vlan_nat = null;
public $vlan_ipv6 = null;
public $note = null;