File 0001-dhcp-network-variables-for-dhcp4-user-class.909307.patch of Package sysconfig.429

From 59b8496ff57b745d988cff32596a6988cd045e34 Mon Sep 17 00:00:00 2001
From: Karol Mroz <kmroz@suse.de>
Date: Thu, 22 Jan 2015 17:17:54 -0800
Subject: [PATCH] dhcp-network: add sysconfig variables for handling DHCP
 user-class
References: (bsc#909307)
Upstream: yes

diff --git a/config/sysconfig.dhcp-network b/config/sysconfig.dhcp-network
index 5c36ae6..ca3d8f2 100644
--- a/config/sysconfig.dhcp-network
+++ b/config/sysconfig.dhcp-network
@@ -77,6 +77,30 @@ DHCLIENT_CLIENT_ID=""
 #
 DHCLIENT_VENDOR_CLASS_ID=""
 
+## Type:        list<rfc3004,string>
+## Default:     string
+#
+# Specifies the format of the DHCLIENT_USER_CLASS_ID variable.
+#
+# The DHCPv4 option and it's format is specified by RFC3004 as an array
+# of class identifiers, but most DHCP clients/servers aren't compliant
+# with the specification and send/expect a single string without proper
+# RFC3004 length-value tuple format instead.
+#
+# When set to "rfc3004" DHCLIENT_USER_CLASS_ID[SUFFIX] permit an RFC
+# compliant array, otherwise DHCLIENT_USER_CLASS_ID is used as string.
+#
+DHCLIENT_USER_CLASS_FORMAT=""
+
+## Type:        string
+## Default:     ""
+## Suffix:      yes
+#
+# Specifies the user class identifier (array) to send in dhcp requests.
+# The DHCLIENT_USER_CLASS_FORMAT variable specified how to interpret it.
+#
+DHCLIENT_USER_CLASS_ID=""
+
 ## Type:	integer
 ## Default:	""
 #
-- 
2.1.4

openSUSE Build Service is sponsored by