community drop by mask
20 Jun
2016
20 Jun
'16
2:38 a.m.
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
20 Jun
20 Jun
9:19 a.m.
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 - weiti@weiti.org GPG Fingerprint - E704 7303 6FF0 8393 ADB1 398E 67F2 94AE 5995 7DD8
3646
Age (days ago)
3646
Last active (days ago)
1 comments
2 participants
participants (2)
-
Tim Weippert -
Василий Олейников