pydhcpdparser is a pure python based, DHCPD configuration parser. pydhcpdparser can be used to verify syntax of DHCPD configurations, parse and extract values from configuration files and access them as python variables.
Hi,
I have trouble with pydhcpdparser (current pip version, but do not seems to have been corrected in last version):
the range keyword is only recognized as a pool member, not direct subnet member.
The dhcpd.conf allow range as a direct subnet option.
Here are a minimal example:
Hi, I have trouble with pydhcpdparser (current pip version, but do not seems to have been corrected in last version): the range keyword is only recognized as a pool member, not direct subnet member. The dhcpd.conf allow range as a direct subnet option. Here are a minimal example:
got
Syntax error in input! LexToken(RANGE,'range',12,326)
I'm not sure how to correct this, but feel free to ask if I can help. ++ dlyr