| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mnl: handle singleton element in netdevice set | Pablo Neira Ayuso | 2023-04-25 | 1 | -0/+4 |
| | | | | | | | | | expr_evaluate_set() turns sets with singleton element into value, nft_dev_add() expects a list of expression, so it crashes. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1676 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
| * | src: allow to use variables in flowtable and chain devices | Pablo Neira Ayuso | 2020-07-21 | 1 | -0/+15 |
| This patch adds support for using variables for devices in the chain and flowtable definitions, eg. define if_main = lo table netdev filter1 { chain Main_Ingress1 { type filter hook ingress device $if_main priority -500; policy accept; } } Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||||
