I haven't tried this, but try either encapsulating the value in single quotes, or try escaping the comma with a backslash.
On Sat, Jun 16, 2018 at 11:06 AM, Miguel Ángel Sánchez Moragues < [email protected]> wrote: > Hi all, > > According to the wiki, it's possible use alias filter: > > declare( "InternetGatewayDevice.X_BROADCOM_COM_IPAddrAccCtrl.X_ > BROADCOM_COM_IPAddrAccCtrlListCfg.[SourceIPAddress:192.168.1.0,SourceNetMask:255.255.255.0]", > {path: now}, {path: 1}); > > I need use commas inside the field value -> Protocol:'HTTP,FTP,TELNET, > SSH,ICMP' > > declare("InternetGatewayDevice.X_HW_Security.AclServices.WanAccess. > [Enable:1,Protocol:'HTTP,FTP,TELNET,SSH,ICMP',WanName:wan1.1.ip1]", > {path: now}, {path: 1}); > > How to write commas in alias filter? > > Sorry for the dumb question... > > _______________________________________________ > Users mailing list > [email protected] > http://lists.genieacs.com/mailman/listinfo/users > >
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
