0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-16 19:37:04 +00:00
Alexander Zubkov 0e1fd7ea6a Filter: Add operators to find minimum and maximum element of sets
Add operators .min and .max to find minumum or maximum element in sets
of types: clist, eclist, lclist. Example usage:

bgp_community.min
bgp_ext_community.max
filter(bgp_large_community, [(as1, as2, *)]).min

Signed-off-by: Alexander Zubkov <green@qrator.net>
2021-12-28 04:07:09 +01:00
..
2019-12-17 00:01:53 +01:00
2020-05-02 02:47:18 +02:00
2020-05-02 02:47:18 +02:00
2021-02-07 19:21:42 +01:00
2020-03-26 03:57:48 +01:00