Bug #3273
Unable to delete VLAN
100%
Description
I'm following the steps to create an interface, but int reverse.
1. Disable interface at Interfaces.
2. Delete the interface at Interfaces: Assign network ports.
3. Delete the VLAN at Interfaces: VLAN.
On step 3 I get "Invalid VLAN interface."
Workaround is to click on Edit button, then Save and then Delete.
Regards,
Todor
Associated revisions
Fix #3273
- When you disable a interface, it destroys vlan interface from system.
Do not report error when interface doesn't exist.
- While I'm here, use pfSense_interface_destroy() instead of ifconfig
History
#1
Updated by Renato Botelho over 7 years ago
- Project changed from pfSense tools to pfSense
- Category set to Interfaces
- Target version set to 2.1.1
#2
Updated by Renato Botelho over 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 36b7f215449c027992858f324917a6ad4611e73b.
#3
Updated by Renato Botelho over 7 years ago
Applied in changeset ea838318c0837b532b7ddf5dbc6881fd9f27cb1a.
#4
Updated by Todor K over 7 years ago
Resolved.
Noticed another issue on the same subject:
1. I have enabled and working VLAN interface.
2. Skipping step 1 and doing step 2 does not bring the interface down - checking with ifconfig.
#5
Updated by Renato Botelho over 7 years ago
- Status changed from Feedback to Resolved
#6
Updated by Todor K over 7 years ago
Should I raise separate issue for what I've mentioned in my previous update?
#7
Updated by Renato Botelho over 7 years ago
Yes please
Fix #3273
- When you disable a interface, it destroys vlan interface from system.
Do not report error when interface doesn't exist.
- While I'm here, use pfSense_interface_destroy() instead of ifconfig