@@ -89,6 +89,23 @@ class Migration(migrations.Migration):
name='unknown_room',
field=models.CharField(choices=[('REJECT','Reject the machine'),('SET_VLAN','Place the machine on the VLAN')],default='REJECT',max_length=32,verbose_name='Policy for machine connecting from unregistered room (relevant on ports with STRICT radius mode)'),
field=models.CharField(choices=[('REJECT','Reject the machine'),('SET_VLAN','Place the machine on the VLAN')],default='REJECT',max_length=32,verbose_name='Policy for unknown port'),