field=models.BooleanField(default=False,help_text='Protect again loop',verbose_name='Loop Protect'),
),
migrations.AlterField(
model_name='portprofile',
name='mac_limit',
field=models.IntegerField(blank=True,help_text='Limit of mac-address on this port',null=True,verbose_name='Mac limit'),
),
migrations.AlterField(
model_name='portprofile',
name='ra_guard',
field=models.BooleanField(default=False,help_text='Protect against rogue ra',verbose_name='Ra guard'),
),
migrations.AlterField(
model_name='portprofile',
name='radius_mode',
field=models.CharField(choices=[('STRICT','STRICT'),('COMMON','COMMON')],default='COMMON',help_text='In case of mac-auth : mode common or strict on this port',max_length=32,verbose_name='RADIUS mode'),
),
migrations.AlterField(
model_name='portprofile',
name='radius_type',
field=models.CharField(choices=[('NO','NO'),('802.1X','802.1X'),('MAC-radius','MAC-radius')],help_text='Type of radius auth : inactive, mac-address or 802.1X',max_length=32,verbose_name='RADIUS type'),
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -36,9 +35,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'topologie:new-port-profile' %}"><iclass="fa fa-plus"></i>{% trans " Add a port profile" %}</a>
<hr>
{% acl_end %}
{% include "topologie/aff_port_profile.html" with port_profile_list=port_profile_list %}
<br/>
<br/>
<br/>
{% include "topologie/aff_port_profile.html" with port_profile_list=port_profile_list %}