<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello.</div>

<div>I encapsulate two IPv6 address into DHCPv6 option 17 (D6O_VENDOR_OPTS) with two sub-options which have the same code=1 for them.</div>

<div>Here is the two sub-options in D6O_VENDOR_OPTS which I get from Wirshark:</div>

<div><span style="background-color:#d3d3d3;">        option</span><br/>
<span style="background-color:#d3d3d3;">            Option code: 1</span><br/>
<span style="background-color:#d3d3d3;">            Option length: 16</span><br/>
<span style="background-color:#d3d3d3;">            Option data: fd12ac8b3f43006a98c5dbfffeba918b</span><br/>
<span style="background-color:#d3d3d3;">        option</span><br/>
<span style="background-color:#d3d3d3;">            Option code: 1</span><br/>
<span style="background-color:#d3d3d3;">            Option length: 16</span><br/>
<span style="background-color:#d3d3d3;">            Option data: 20010db80001000d0000000000001000</span></div>

<div> </div>

<div>And I try to get the two IPs from dhclient. I configure the dhclient.conf to define the vendor-encapsulated-options for the IP.</div>

<div>Here is my definition in dhclient.conf:</div>

<div><span style="background-color:#d3d3d3;">       option space iplist code width 2 length width 2;</span><br/>
<span style="background-color:#d3d3d3;">       option iplist.ctip code 1 = ip6-address;</span><br/>
<span style="background-color:#d3d3d3;">       option vsio.iplist code 43793 = encapsulate iplist;</span></div>

<div> </div>

<div>My problem is I alway get only one IP from dhclient when I using "require iplist.ctip;". Could anyone tell me how to configure dhclient to get both of the two IPs?</div>

<div> </div>

<div>Thank you.</div>

<div> </div>

<div>Songtao</div></div></body></html>