What is the best way to add IP (caller id) of PPP
i ask deepseek
set on-up="\
/ip/firewall/address-list/add \
address=\"\$caller-id\" \
list=CALLER_ID_VPN \
comment=\"\$user (Connected at [/system clock get time])\"; \
:log info \"VPN Connected: Caller-ID=\$caller-id, User=\$user\"\"
set on-down="\
/ip/firewall/address-list/remove [find where address=\"\$caller-id\" list=CALLER_ID_VPN]; \
:log info \"VPN Disconnected: Caller-ID=\$caller-id, User=\$user\"\
"
but still not working
please give advice