Hello,
dst_ip keyword corresponds to $Ri variable.
Cheers,
Daniel
On 10/12/14 14:54, Julien wrote:
> Hi,
> I'm still stuck with this issue.
> How can I log 'dst_ip' for example ?
>
> Thanks.
> Le 05/11/2014 17:52, Julien a écrit :
>> Hi,
>> I can't log some core keyword like 'dst_ip', 'src_ip'.
Hi,
I'm still stuck with this issue.
How can I log 'dst_ip' for example ?
Thanks.
Le 05/11/2014 17:52, Julien a écrit :
Hi,
I can't log some core keyword like 'dst_ip', 'src_ip'.
I try with
xlog("L_ALERT","ALERT: dst_ip: dsr_ip\n "); # ==> that just print dst_ip
$var(x)=dst_ip
Hi,
I can't log some core keyword like 'dst_ip', 'src_ip'.
I try with
xlog("L_ALERT","ALERT: dst_ip: dsr_ip\n "); # ==> that just print dst_ip
$var(x)=dst_ip# ==>the config file is not
valid due to this line
xlog("L_ALERT","ALERT: dst_ip: $var(x)\n ");
I found $Ri to m