Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > ip netns del N > > EOF > > > > This is caused by: > > b8f8ddff ("evaluate: translate meter into dynamic set") > > > > Should the last rule in above example work or not? > > If it should I will turn the above into a formal test case and will > > work on a fix, from a quick glance it should be possible to > > handle the collision if the existing set has matching key length. > > I think it should be possible to address this case by allowing the > meter statement to pick up an existing 'http1' set with the same key, > this requires to extend b8f8ddff to deal with this. I'll have a look.