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
On Fri, Jun 17, 2016 at 10:09:44PM +0200, Ondrej Zajicek wrote:
> On Fri, Jun 17, 2016 at 04:34:26PM +0200, Baptiste Jonglez wrote:
> >
> > Great, thanks for the clear explanation! I was struggling with the new
> > syntax, now it's clearer.
> >
> > It seems that the BGP part is not yet implement