From 9529c38ad8859b9f325867d97f266101f2c4dca3 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 20 Jun 1998 18:29:38 +0000 Subject: Import trimmed version of ipfilter 3.2.7. Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/ --- contrib/ipfilter/test/input/11 | 22 +++++++++++----------- contrib/ipfilter/test/regress/10 | 36 ++++++++++++++++++------------------ 2 files changed, 29 insertions(+), 29 deletions(-) (limited to 'contrib/ipfilter/test') diff --git a/contrib/ipfilter/test/input/11 b/contrib/ipfilter/test/input/11 index b6e2c1d..4eda58e 100644 --- a/contrib/ipfilter/test/input/11 +++ b/contrib/ipfilter/test/input/11 @@ -1,11 +1,11 @@ -in tcp 1.1.1.1,1 2.1.2.2,23 S -in tcp 1.1.1.1,1 2.1.2.2,23 A -in tcp 2.1.2.2,23 1.1.1.1,1 A -in tcp 1.1.1.1,1 2.1.2.2,23 F -in tcp 1.1.1.1,1 2.1.2.2,23 A -in tcp 1.1.1.1,2 2.1.2.2,23 A -in udp 1.1.1.1,1 4.4.4.4,53 -in udp 2.2.2.2,2 4.4.4.4,53 -in udp 4.4.4.4,53 1.1.1.1,1 -in udp 4.4.4.4,1023 1.1.1.1,2049 -in udp 4.4.4.4,2049 1.1.1.1,1023 +in on e0 tcp 1.1.1.1,1 2.1.2.2,23 S +in on e0 tcp 1.1.1.1,1 2.1.2.2,23 A +in on e1 tcp 2.1.2.2,23 1.1.1.1,1 A +in on e0 tcp 1.1.1.1,1 2.1.2.2,23 F +in on e0 tcp 1.1.1.1,1 2.1.2.2,23 A +in on e0 tcp 1.1.1.1,2 2.1.2.2,23 A +in on e1 udp 1.1.1.1,1 4.4.4.4,53 +in on e1 udp 2.2.2.2,2 4.4.4.4,53 +in on e0 udp 4.4.4.4,53 1.1.1.1,1 +in on e0 udp 4.4.4.4,1023 1.1.1.1,2049 +in on e0 udp 4.4.4.4,2049 1.1.1.1,1023 diff --git a/contrib/ipfilter/test/regress/10 b/contrib/ipfilter/test/regress/10 index 444737a..3552983 100644 --- a/contrib/ipfilter/test/regress/10 +++ b/contrib/ipfilter/test/regress/10 @@ -1,18 +1,18 @@ -block in from any to any and not ipopts -pass in from any to any and not opt sec-class topsecret -block in from any to any and not opt ssrr,sec-class topsecret -pass in from any to any and not opt ssrr,sec-class topsecret -block in from any to any and not opt ts,sec-class topsecret -pass in from any to any and not opt ts,sec-class topsecret -block in from any to any and not opt sec-class secret -pass in from any to any and not opt sec-class secret -block in from any to any and not opt lsrr,ssrr -pass in from any to any and not opt lsrr,ssrr -pass in from any to any and not ipopts -block in from any to any and not opt lsrr -pass in from any to any and not opt lsrr -block in from any to any and not opt ssrr,ts -pass in from any to any and not opt ssrr,ts -block in from any to any and not opt rr -pass in from any to any and not opt rr -block in from any to any and not opt sec-class topsecret +block in from any to any with not ipopts +pass in from any to any with not opt sec-class topsecret +block in from any to any with not opt ssrr,sec-class topsecret +pass in from any to any with not opt ssrr,sec-class topsecret +block in from any to any with not opt ts,sec-class topsecret +pass in from any to any with not opt ts,sec-class topsecret +block in from any to any with not opt sec-class secret +pass in from any to any with not opt sec-class secret +block in from any to any with not opt lsrr,ssrr +pass in from any to any with not opt lsrr,ssrr +pass in from any to any with not ipopts +block in from any to any with not opt lsrr +pass in from any to any with not opt lsrr +block in from any to any with not opt ssrr,ts +pass in from any to any with not opt ssrr,ts +block in from any to any with not opt rr +pass in from any to any with not opt rr +block in from any to any with not opt sec-class topsecret -- cgit v1.1