Page MenuHomeVyOS Platform

PPPoE-server incorrect warning if a named pool is defined
Closed, ResolvedPublicBUG

Description

There is an incorrect Warning if a named pool is defined.
To reproduce:

set service pppoe-server authentication mode 'radius'
set service pppoe-server authentication radius server 203.0.113.1 key '123'
set service pppoe-server client-ip-pool name POOL-01 gateway-address '192.0.2.1'
set service pppoe-server client-ip-pool name POOL-01 subnet '192.0.2.0/24'
set service pppoe-server interface eth1

Commit:

vyos@r14# commit
[ service pppoe-server ]
Warning: No PPPoE client pool defined

[edit]
vyos@r14#

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 1.4-rolling-202305080742
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)