PPPoE configuration does not load after deleting pppoe interface from the system
- Create vlan interface
set interfaces ethernet eth0 vif 90 address 192.168.0.1/24
- Add this interface as pppoe interface
set service pppoe-server interface eth0.90
- Commit configuration
commit
- Delete vlan interface
delete interfaces ethernet eth0 vif 90
- Commit configuration
commit
Commit will execute without errors or warnings
- Reboot the system.
The PPPoE configuration will be empty.