summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/chain/0001duplicate_1
blob: e88f82ad24ff7e19db74430f8c0d8682e326dd76 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -x

$IPTABLES -t filter -N c1
$IPTABLES -t filter -N c1 || exit 1

echo "E: Duplicate chains" >&2
exit 0