field=models.CharField(choices=[('STRICT','STRICT'),('COMMON','COMMON')],default='COMMON',help_text="En cas d'auth par mac, auth common ou strcit sur le 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="Choix du type d'authentification radius : non actif, mac ou 802.1X",max_length=32,verbose_name='RADIUS type'),
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'),