Page MenuHomeVyOS Platform

IPoE-server extended-scripts do not work
Closed, ResolvedPublicBUG

Description

IPoE-server external scripts do not work as the pppd_compat module is not loaded to template

set service ipoe-server authentication mode 'noauth'
set service ipoe-server client-ip-pool ONE range '100.64.0.1-100.64.0.10'
set service ipoe-server client-ipv6-pool POOL-v6 delegate 2001:db8:8003::/48 delegation-prefix '56'
set service ipoe-server client-ipv6-pool POOL-v6 prefix 2001:db8::/64
set service ipoe-server default-ipv6-pool 'POOL-v6'
set service ipoe-server default-pool 'ONE'
set service ipoe-server extended-scripts on-up '/config/scripts/accel-pppd/on-up-flush.sh'
set service ipoe-server gateway-address '100.64.0.14/28'
set service ipoe-server interface eth1 network 'shared'
set service ipoe-server name-server '192.168.122.14'

To get it working needs to add pppd_compat module

[modules]
log_syslog
ipoe
shaper
ippool
ipv6pool
ipv6_nd
ipv6_dhcp
pppd_compat  ### missed module

Details

Version
VyOS 1.5-rolling-202407171706
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

Viacheslav triaged this task as Normal priority.
Viacheslav changed the task status from Open to In progress.Jul 19 2024, 12:17 PM
Viacheslav claimed this task.
Viacheslav moved this task from Open to Finished on the VyOS 1.5 Circinus board.
Viacheslav moved this task from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
dmbaturin changed Issue type from Unspecified (please specify) to Bug (incorrect behavior).