<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><pre>
Hello<br><br>I have 2 type of network (fixed and ranged), but why can we create and show only ranged ones via OCCI?<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"></span><br>
<br>$occi-network list<br><br><NETWORK><br>    <NIC href="<a href="http://localhost:4567/network/0">http://localhost:4567/network/0</a>"/> <br>    <NIC href="<a href="http://localhost:4567/network/1">http://localhost:4567/network/1</a>"/><br>
</NETWORK> <br></pre></span>and when we tested to show fixed network I  have this problem:<br>
<br>
$occi-network show 0<br>
undefined method `strip' for nil:NilClass<br>
<br>
<br>
and I have any prolem when we show ranged network:<br>
<br>
$ occi-network show 1<br>
<br>
<NETWORK><br>
    <ID>1</ID><br>
    <NAME>Network</NAME><br>
    <ADDRESS>10.120.0.1</ADDRESS><br>
    <SIZE>200</SIZE><br>
</NETWORK><br>
<br>
Best Regards<br>
Marwen