tailscale/wgengine/filter
Christine Dodrill 59e9b44f53
wgengine/filter: add a debug flag for filter logs (#2241)
This uses a debug envvar to optionally disable filter logging rate
limits by setting the environment variable
TS_DEBUG_FILTER_RATE_LIMIT_LOGS to "all", and if it matches,
the code will effectively disable the limits on the log rate by
setting the limit to 1 millisecond. This should make sure that all
filter logs will be captured.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
2021-06-25 10:10:26 -04:00
..
filter.go wgengine/filter: add a debug flag for filter logs (#2241) 2021-06-25 10:10:26 -04:00
filter_test.go go.mod: update netaddr 2021-06-02 09:05:06 -07:00
match.go all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
match_clone.go net/packet, wgengine/filter: support SCTP 2021-03-20 21:34:13 -07:00
tailcfg.go all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00