<div dir="ltr">Thank you for help! I will update the documentation!</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 27, 2017 at 3:20 PM, Zaid Abdulla <span dir="ltr"><<a href="mailto:zaid@genieacs.com" target="_blank">zaid@genieacs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2017-04-25 at 08:50 -0800, Dan Morphis wrote:<br>
> declare('<wbr>InternetGatewayDevice.X_<wbr>BROADCOM_COM_IPAddrAccCtrl.X_<wbr>BROADCO<br>
> M_COM_IPAddrAccCtrlListCfg.[<wbr>SourceIPAddress:192.168.1.0].<wbr>SourceIpAddr<br>
<span class="">> ess', {value: now}, {value: '192.168.1.0'});<br>
<br>
</span>This does nothing :) The declared value is already set since you're<br>
filtering by it in your alias. Also there's a typo in the name<br>
SourceIpAddress (P should be uppercase like in alias).<br>
<br>
You may also want to specify path value in your declaration to create<br>
the instance object if it doesn't already exist. Here's a more compact<br>
way of doing this:<br>
<br>
declare('<wbr>InternetGatewayDevice.X_<wbr>BROADCOM_COM_IPAddrAccCtrl.X_<wbr>BROADCOM_<br>
COM_IPAddrAccCtrlListCfg.[<wbr>SourceIPAddress:192.168.1.<wbr>0SourceNetMask:255.<br>
255.255.0]', {path: now}, {path: 1});<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Zaid Abdulla <<a href="mailto:zaid@genieacs.com">zaid@genieacs.com</a>><br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>