~ ( Pear2 RouterOS )

Hi everyone,

log print where message~"radius"

I have tried this in the CLI… but can’t figure out how to do it at PHP API ( Pear2 )… Can anyone help me?

Thanks :slight_smile:

Sadly, the protocol does not support this yet.

The only thing you can do is fetch all items, and filter them on the client side with preg_match().

See also this GitHub issue for the end of a link trail of everything that’s been mentioned about the topic.

I c… Thanks for the reply :slight_smile: