summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/snat.t
blob: a8469a3535ead0f67ef1729c4eba2532104151a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:postrouting;type nat hook postrouting priority 0

*ip;test-ip4;postrouting

iifname "eth0" tcp dport 80-90 snat 192.168.3.2;ok
iifname "eth0" tcp dport != 80-90 snat 192.168.3.2;ok
iifname "eth0" tcp dport {80, 90, 23} snat 192.168.3.2;ok
- iifname "eth0" tcp dport != {80, 90, 23} snat 192.168.3.2;ok
- iifname "eth0" tcp dport != {80, 90, 23} snat 192.168.3.2;ok
# BUG: invalid expression type set
# nft: src/evaluate.c:975: expr_evaluate_relational: Assertion '0' failed.

iifname "eth0" tcp dport != 23-34 snat 192.168.3.2;ok