27 Sep
2015
27 Sep
'15
12:23 p.m.
"%{debug_attr:request:}"
In >= v3.0.x
It's not possible in v2.
Also if you're using v3 you can use the cache module to store various attributes and share them between the two protocols (assuming you're using FreeRADIUS for DHCP).
If this is on a local network without you may want to look at use v3.1.x.
v3.1.x now works correctly with broadcast DHCP packets with no additional configuration. The previous versions (2.2.x, v3.0.x) required you to specify the src_ipaddr of the server in the listen section, or specify it at runtime using various attributes.
I am using 2.2.5 from Debian. There is no oficial package for 3 con debian, not even in unstable. I guess I should build from source.