configuration-templates – Blame information for rev 51

Subversion Repositories:
Rev:
Rev Author Line No. Line
51 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
3 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
4 ## rights of fair usage, the disclaimer and warranty conditions. ##
5 ###########################################################################
6 ## Class that can be used to sort clients into a separate pool. ##
7 ###########################################################################
8  
9 ### If the DHCPID on a client is set to "punchthrough" then process the
10 ### client as a separate class.
11 option windows-class-id code 77 = string;
12 class "punchthrough" {
13 match if option windows-class-id = "punchthrough";
14 }