Page MenuHomeVyOS Platform

Add Vlan on PPPoE server on Fly
Closed, WontfixPublicFEATURE REQUEST

Description

Hi,
Can we add Vlan on PPPoE server without restarting deamon.

Below command works
accel-cmd pppoe interface add 123.789

Details

Difficulty level
Hard (possibly days)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

Unknown Object (User) changed Difficulty level from Unknown (require assessment) to Hard (possibly days).Feb 7 2021, 8:37 AM
erkin set Issue type to Feature (new functionality).Aug 31 2021, 5:24 PM

PR https://github.com/vyos/vyos-1x/pull/2182

vyos@r1:~$ show pppoe-server interfaces 
interface:   connections:    state:
-----------------------------------
     eth0              1    active
vyos@r1:~$ 


vyos@r1:~$ force pppoe-server interface eth1
vyos@r1:~$ 
vyos@r1:~$ show pppoe-server interfaces 
interface:   connections:    state:
-----------------------------------
     eth0              1    active
     eth1              0    active
vyos@r1:~$

It will work until the system reboots.

Viacheslav claimed this task.

Just use /usr/bin/accel-cmd -p 2001 pppoe interface add "xxx"