Page MenuHomeVyOS Platform

Invalid format of pool range in accel-ppp services
Closed, ResolvedPublicBUG

Description

Invalid format of pool range in accel-ppp services

CLI Configuration:

set vpn pptp remote-access client-ip-pool TEST range '10.0.0.100-10.0.0.102'

/run/accel-pppd/pptp.conf

[ip-pool]
10.0.0.100-10.0.0.102,name=TEST

Should be

[ip-pool]
10.0.0.100-102,name=TEST

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.5-rolling-202312261220
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)