Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testcases: move two dump files to correct location | Florian Westphal | 2021-02-05 | 1 | -5/+0 |
| | | | | | | | The test cases were moved but the dumps remained in the old location. Fixes: eb14363d44cea5 ("tests: shell: move chain priority and policy to chain folder") Signed-off-by: Florian Westphal <fw@strlen.de> | ||||
* | src: allow variable in chain policy | Fernando Fernandez Mancera | 2019-08-08 | 1 | -0/+5 |
This patch allows you to use variables in chain policy definition, e.g. define default_policy = "accept" add table ip foo add chain ip foo bar {type filter hook input priority filter; policy $default_policy} Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |