diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-04-10 17:55:48 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-04-10 17:55:48 +0000 |
commit | 8ef944b854de54bce95b91257d7a3cd22ed48064 (patch) | |
tree | 0607ce848b329537b97e692ab1efbfb05000aea4 /src/xdp/common/common_libbpf.c | |
parent | 3593ecfa51a6508b6a8b8170dde10db261ab5609 (diff) | |
download | vyos-1x-8ef944b854de54bce95b91257d7a3cd22ed48064.tar.gz vyos-1x-8ef944b854de54bce95b91257d7a3cd22ed48064.zip |
T5065: Add verify for firewall port-group and port
We cannot use both 'port' and 'port-group' for the same direction
in one rule at the same time
Otherwise it generates wrong rules that don't block anything
set P_pgrp {
type inet_service
flags interval
auto-merge
elements = { 101-105 }
}
chain NAME_foo {
tcp dport 22 tcp dport @P_pgrp counter drop comment "foo-10"
counter return comment "foo default-action accept"
}
Diffstat (limited to 'src/xdp/common/common_libbpf.c')
0 files changed, 0 insertions, 0 deletions