16 Dec
2019
16 Dec
'19
9:29 a.m.
On Dec 16, 2019, at 5:37 AM, Chinnapaiyan, Nagamani <Nagamani.Chinnapaiyan@viasat.com> wrote:
hex conversion of mac address used to work previously,
(0) EXPAND 0x%{hex:%{DHCP-Client-Hardware-Address}}
That should work, but it's also not necessary. You can just copy anything to an "octets" type, and it will work: update request { Tmp-Octets-0 := &DHCP-Client-Hardware-Address } And then the Tmp-Octets-0 can be printed, etc as hex. We'll look into this issue and push a fix. Alan DeKok.