diff --git a/netbox/ipam/forms.py b/netbox/ipam/forms.py index e3fe96c4c..040f2b8cd 100644 --- a/netbox/ipam/forms.py +++ b/netbox/ipam/forms.py @@ -582,7 +582,7 @@ class IPAddressCSVForm(forms.ModelForm): } ) status = CSVChoiceField( - choices=PREFIX_STATUS_CHOICES, + choices=IPADDRESS_STATUS_CHOICES, help_text='Operational status' ) device = FlexibleModelChoiceField(