Hi,
Can we add Vlan on PPPoE server without restarting deamon.
Below command works
accel-cmd pppoe interface add 123.789
Hi,
Can we add Vlan on PPPoE server without restarting deamon.
Below command works
accel-cmd pppoe interface add 123.789
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.