Skip to content
Snippets Groups Projects
Commit a2a268da authored by Alexander Zubkov's avatar Alexander Zubkov Committed by Ondřej Zajíček
Browse files

Filter: Add operators to pick community components


Add operators that can be used to pick components from
pair (standard community) or lc (large community) types.
For example:

(10, 20).asn --> 10
(10, 20).data --> 20

(10, 20, 30).asn --> 10
(10, 20, 30).data1 --> 20
(10, 20, 30).data2 --> 30

Signed-off-by: default avatarAlexander Zubkov <green@qrator.net>
parent a39cd2cc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment