configuration-templates – Rev 52

Subversion Repositories:
Rev:
###########################################################################
##  Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3      ##
##  Please see: http://www.gnu.org/licenses/gpl.html for legal details,  ##
##  rights of fair usage, the disclaimer and warranty conditions.        ##
###########################################################################
## Class that can be used to sort clients into a separate pool.          ##
###########################################################################

### If the DHCPID on a client is set to "punchthrough" then process the
### client as a separate class.
option windows-class-id code 77 = string;
class "punchthrough" {
    match if option windows-class-id = "punchthrough";
}