Class is working but spawn is not.

Simon Hobson dhcp1 at thehobsons.co.uk
Sat Aug 1 10:19:01 UTC 2015


Leandro <ingrogger at gmail.com> wrote:

>                         deny members of "premium" "em3"; #### Semicolon expected here.

>                         allow members of "premium" "em3";

The syntax is wrong, you do it with multiple allow or deny statements :


deny members of "premium" ;
deny members of "em3";

allow members of "premium" ;
allow members of "em3";

But don't mix allow and deny in one pool, it doesn't work as most people expect !





More information about the dhcp-users mailing list