summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/0006masquerade_0
blob: 79349988d1f11260bc09cabb3b103887e9b6b5f1 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -e

$NFT add table t
$NFT add chain t c1 {type nat hook postrouting priority 0 \; }
$NFT add rule t c1 masquerade