('speed',models.CharField(choices=[('10-half','10-half'),('100-half','100-half'),('10-full','10-full'),('100-full','100-full'),('1000-full','1000-full'),('auto','auto'),('auto-10','auto-10'),('auto-100','auto-100')],default='auto',help_text='Mode de transmission et vitesse du port',max_length=32,verbose_name='Speed')),
('mac_limit',models.IntegerField(blank=True,help_text='Limit du nombre de mac sur le port',null=True,verbose_name='Mac limit')),
('flow_control',models.BooleanField(default=False,help_text='Gestion des débits',verbose_name='Flow control')),
('radius_type',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')),
('radius_mode',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')),
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'),