Bug #9472
Unable to select QinQ interfaces for PPP interface
100%
Description
After a QinQ interface has been created eg. vmx0.13.2 , this interface isn't available in the drop-down menu when selecting interfaces at Interfaces -> PPP -> Edit. Neither the vmx0.13 or vmx0.13.2 interface is available.
In Australia, we have some ISP's that run their PPPoE tagged as VLAN2 on their modem. For complex sites where vlan2 has already been used, QinQ is an excellent way to get a PPP session running. It works quite well if you edit the config file manually and put in the QinQ interface however it would be nice to be able to select the interfaces from the GUI drop down.
I hope this is an easy one to fix.
Associated revisions
History
#1
Updated by Viktor Gurov about 1 year ago
This PR adds QinQ to the list of Link Interface(s) on the Interfaces / PPPs / Edit page
It also adds “(vhid: x)” to the CARP description in this list, otherwise it simply shows the IP address of the CARP interface, which can confuse users.
#2
Updated by Jim Pingle about 1 year ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
#3
Updated by Renato Botelho about 1 year ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
Pull request has been merged. Thanks!
#4
Updated by Viktor Gurov about 1 year ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20200207.2007
Allow to select QinQ interfaces for PPP interface. Issue #9472