The following error is present in system journal when pppoe vpp integration is configured:
accel-pppoe[4982]: pppoe: No support for vpp, option vpp-cp invalid for interface eth1
Config:
set vpp settings interface eth1 driver 'dpdk' set service pppoe-server interface eth1 vpp-cp set service pppoe-server access-concentrator 'PPPoE-Server' set service pppoe-server authentication local-users username test password 'test' set service pppoe-server authentication mode 'local' set service pppoe-server client-ip-pool PPPOE-POOL range '203.0.113.20-203.0.113.30' set service pppoe-server default-pool 'PPPOE-POOL' set service pppoe-server gateway-address '203.0.113.1'
There is no vyos_vpp in /run/accel-pppd/pppoe.conf
### generated by accel_pppoe.py ### [modules] log_syslog pppoe shaper chap-secrets ippool auth_pap auth_chap_md5 auth_mschap_v1 auth_mschap_v2 [core] thread-count=8 [log] syslog=accel-pppoe,daemon copy=1 level=3
In Rolling vyos_vpp is present
vyos@vyos# cat /run/accel-pppd/pppoe.conf ### generated by accel_pppoe.py ### [modules] log_syslog pppoe shaper chap-secrets ippool auth_pap auth_chap_md5 auth_mschap_v1 auth_mschap_v2 vyos_vpp [core] thread-count=8 [log] syslog=accel-pppoe,daemon copy=1 level=3