This is a discussion on Re: pf synproxy and tags within the lucky.openbsd.tech forums, part of the OpenBSD category; --> Daniel Hartmeier wrote: > But maybe using two parameters is simpler, I'm not sure. There are three > cases ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Daniel Hartmeier wrote: > But maybe using two parameters is simpler, I'm not sure. There are three > cases (add state tag, add no-refiltering tag, add no tag), so it would > need two special values (not just 0), might be too ugly. To do this you'd have to reserve a tag id in pf_ioctl.c:tagname2tag(). This would also affect queue ids and I don't know if that could affect some altq code somewhere (such as altq somewhere depending on queue ids starting at 1, when we start at 2 and use 1 as the reserved value). Any thoughts? ..joel |