summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/iplang/iplang.tst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/iplang/iplang.tst')
-rw-r--r--contrib/ipfilter/iplang/iplang.tst11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/ipfilter/iplang/iplang.tst b/contrib/ipfilter/iplang/iplang.tst
deleted file mode 100644
index a0a2ad3..0000000
--- a/contrib/ipfilter/iplang/iplang.tst
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-interface { ifname le0; mtu 1500; } ;
-
-ipv4 {
- src 1.1.1.1; dst 2.2.2.2;
- tcp {
- seq 12345; ack 0; sport 9999; dport 23; flags S;
- data { value "abcdef"; } ;
- } ;
-} ;
-send { via 10.1.1.1; } ;
OpenPOWER on IntegriCloud