Re: community drop by mask

2016-06-20 Thread Tim Weippert
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_comm

community drop by mask

2016-06-19 Thread Василий Олейников
Hi, all Is there an opportunity to drop community in filter by mask? Something like bgp_community.delete((2400, *)); or bgp_community.delete((2400, [1000-2000])); If not, is there some plans to create some functional like this? WBR, duckhawk