]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Allow integers in operations on clists oz-clist-int
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 28 Feb 2023 16:02:21 +0000 (17:02 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 28 Feb 2023 16:02:21 +0000 (17:02 +0100)
commit21003b8faa0cb24b06e0258d0d18b1c69cca5ab9
tree278dcf58505d463067dea0dabc8c2b537089fc94
parent2f080b543296aa2fa18bf7451b5174d942b0a952
Filter: Allow integers in operations on clists

The clists are internally implemented as integer lists. We currently
allow pair values (communities in community list) and quad values
(cluster ids in cluster lists) for add/del/member/filter operations
on clists. Allow also generic integers, so it can be used as a generic
integer list.
filter/data.c
filter/f-inst.c
filter/test.conf