15 Sep
2010
15 Sep
'10
5:35 a.m.
Hi,
Use:
%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}
That should work.
Or:
%{%{client:ipaddr}:-%{client:ipv6addr}}
thanks, I guess this change can be made to the 2.1.10 default config? this issue also affects the acct_unique module too: acct_unique { key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, Calling-Station-Id" } how can that key be adjusted to take into account this issue? alan