Macvlan PPPoE support

In the latest version of the current pseudo-ethernet (macvlan) menu, there is no PPPoE function support. Can this function be supported in subsequent versions?

Hello @sunser, I think it’s possible. Tested in Lab with manually configured pppoe on pseudo-ethernet and it works. I think you can create task on phabricator.vyos.net, but can you explain why you need this feature and where you want use this?

@sunser, already implemented, tested successful on the latest rolling

set interfaces pppoe pppoe1 authentication password 'test'
set interfaces pppoe pppoe1 authentication user 'test'
set interfaces pppoe pppoe1 source-interface 'peth1'

set interfaces pppoe pppoe2 authentication password 'vyos'
set interfaces pppoe pppoe2 authentication user 'vyos'
set interfaces pppoe pppoe2 source-interface 'peth2'
1 Like