<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
<br>
I need to send <i><font face="Courier New">vendor-options</font></i> to DHCP server using
<i><font face="Courier New">dhclient (ISC)</font></i>.<br>
I've added following lines in the <font face="Courier New"><i>dhclient.conf</i></font>:<br>
<br>
<font face="Courier New">option dhcp6.vendor-class code 16 = {integer 32, integer 16, string};<br>
send dhcp6.vendor-class <enterprise id> <string length> <string value>;</font><br>
<br>
And it works.<br>
<br>
Now, I need to send two different instances of this option. I've modified the <font face="Courier New">
<i>dhclient.conf</i></font>:<br>
<font face="Courier New">option dhcp6.vendor-class code 16 = {integer 32, integer 16, string};<br>
send dhcp6.vendor-class <enterprise id1> <string length1> <string value1>;</font><br>
<font face="Courier New">send dhcp6.vendor-class <enterprise id2> <string length2> <string value2>;<br>
<br>
</font>But dhclient sends only the second one.<br>
Is there valid way to modify config to send two different instances of the <i><font face="Courier New">vendor-options</font></i>?
<pre class="moz-signature" cols="72">--
Regards,
Ivan</pre>
</body>
</html>