20 Nov
2011
20 Nov
'11
11:46 a.m.
Phil Mayers wrote:
I'm having trouble getting the "master" branch to work with dhcp. The sites-available/dhcp file says: ... ...problem being those instructions don't work - there is no "dictionary.dhcp" line.
It's in the default "dictionary.in" file. You probably have an older version of the dictionaries installed.
...but I don't see how the code there can currently work; it seems it will always fail unless there is some kind of dictionary definition for:
VALUE Post-Auth-Type DHCP-Discover x
...and so on. Am I missing something?
$ git pull The code was looking up an attribute by attribute number. That worked in 2.x. In 3.0, it needs a vendor number, too. Alan DeKok.