Get sa-src-address

Hello,

I cant figure out how to read the sa-src-address and src-address from a IPSec Policy.

/ip ipsec policy print shows everything. But i only need the src-addresses to compare them with others.
Can anyone help?

Thanks

:local saSrc [/ip ipsec policy get [find comment="myComment"] sa-src-address ];

It works :smiley:

Thanks for your help