Hi, i think both are possible.
On Mon, Jun 20, 2016 at 07:38:02AM +0500, Василий Олейников wrote: > Hi, all > > Is there an opportunity to drop community in filter by mask? > Something like > > bgp_community.delete((2400, *)); Try using: bgp_community.delete([(2400,*)]); > or > > bgp_community.delete((2400, [1000-2000])); and: bgp_community.delete([(2400,1000..2000)]); HTH, tim -- Tim Weippert http://weiti.org - we...@weiti.org GPG Fingerprint - E704 7303 6FF0 8393 ADB1 398E 67F2 94AE 5995 7DD8