blob: c715b98aade809761aab5bb376ca64edaa04c9a6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
=====
Truth
=====
This rule always matches. This makes it useful as a terminus rule for
unconditionally jumping to another chain.
>>> rule = config.rules['truth']
>>> rule.check(False, False, False)
True
|