Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/ipf/test Import IP Filter 3.4.1



details:   https://anonhg.NetBSD.org/src/rev/5360b6dddb4e
branches:  trunk
changeset: 485688:5360b6dddb4e
user:      veego <veego%NetBSD.org@localhost>
date:      Wed May 03 10:57:43 2000 +0000

description:
Import IP Filter 3.4.1

diffstat:

 dist/ipf/test/expected/i3 |   2 ++
 dist/ipf/test/expected/i7 |   3 ++-
 dist/ipf/test/expected/n1 |  14 +++++++-------
 dist/ipf/test/regress/i3  |   2 ++
 dist/ipf/test/regress/i7  |   1 +
 5 files changed, 14 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 676abfb1a9b3 -r 5360b6dddb4e dist/ipf/test/expected/i3
--- a/dist/ipf/test/expected/i3 Wed May 03 10:57:29 2000 +0000
+++ b/dist/ipf/test/expected/i3 Wed May 03 10:57:43 2000 +0000
@@ -6,3 +6,5 @@
 pass in from 128.0.0.0/24 to 128.0.0.0/16
 pass in from 127.0.0.1/32 to 127.0.0.1/32
 block in log from any to any
+block in log level auth.info on hme0(!) from any to any
+log level local5.warn out from any to any
diff -r 676abfb1a9b3 -r 5360b6dddb4e dist/ipf/test/expected/i7
--- a/dist/ipf/test/expected/i7 Wed May 03 10:57:29 2000 +0000
+++ b/dist/ipf/test/expected/i7 Wed May 03 10:57:43 2000 +0000
@@ -1,3 +1,4 @@
 pass in on ed0(!) proto tcp from 127.0.0.1/32 to 127.0.0.1/32 port = 23 flags S/SA
-block in on lo0(!) proto tcp from any to any flags A/FSRPAU
+block in on lo0(!) proto tcp from any to any flags A/0xff
 pass in on lo0(!) proto tcp from any to any flags /SPA
+block in on lo0(!) proto tcp from any to any flags 0x80/A
diff -r 676abfb1a9b3 -r 5360b6dddb4e dist/ipf/test/expected/n1
--- a/dist/ipf/test/expected/n1 Wed May 03 10:57:29 2000 +0000
+++ b/dist/ipf/test/expected/n1 Wed May 03 10:57:43 2000 +0000
@@ -81,16 +81,16 @@
 ip 20(20) 255 10.1.1.1 > 10.3.4.5
 ip 20(20) 255 10.1.1.2 > 10.3.4.5
 ip 40(20) 6 10.1.1.1,1025 > 10.3.4.5,1025
-ip 48(20) 1 10.3.4.4 > 10.4.3.2
+ip 48(20) 1 10.3.4.2 > 10.4.3.2
 ip 48(20) 1 10.4.3.2 > 10.2.2.2
 ip 48(20) 1 10.4.3.2 > 10.3.4.3
 ip 48(20) 1 10.4.3.2 > 10.3.4.5
-ip 20(20) 34 10.3.4.5 > 10.4.3.2
+ip 20(20) 34 10.3.4.3 > 10.4.3.2
 ip 20(20) 34 10.4.3.2 > 10.3.4.4
-ip 20(20) 34 10.3.4.6 > 10.4.3.4
+ip 20(20) 34 10.3.4.3 > 10.4.3.4
 ip 20(20) 34 10.4.3.4 > 10.3.4.5
-ip 20(20) 34 10.3.4.7 > 10.4.3.4
-ip 20(20) 34 10.4.3.4 > 10.1.1.2
-ip 20(20) 35 10.3.4.7 > 10.4.3.4
-ip 20(20) 35 10.4.3.4 > 10.1.1.3
+ip 20(20) 34 10.3.4.4 > 10.4.3.4
+ip 20(20) 34 10.4.3.4 > 10.3.4.6
+ip 20(20) 35 10.3.4.4 > 10.4.3.4
+ip 20(20) 35 10.4.3.4 > 10.3.4.7
 -------------------------------
diff -r 676abfb1a9b3 -r 5360b6dddb4e dist/ipf/test/regress/i3
--- a/dist/ipf/test/regress/i3  Wed May 03 10:57:29 2000 +0000
+++ b/dist/ipf/test/regress/i3  Wed May 03 10:57:43 2000 +0000
@@ -6,3 +6,5 @@
 pass in from 128.0.0.1 mask 255.255.255.0 to 128.0.0.1 mask 255.255.0.0
 pass in from localhost to localhost
 block in log from 0/0 to 0/0
+block in log level auth.info on hme0 all
+log level local5.warn out all
diff -r 676abfb1a9b3 -r 5360b6dddb4e dist/ipf/test/regress/i7
--- a/dist/ipf/test/regress/i7  Wed May 03 10:57:29 2000 +0000
+++ b/dist/ipf/test/regress/i7  Wed May 03 10:57:43 2000 +0000
@@ -1,3 +1,4 @@
 pass in on ed0 proto tcp from localhost to localhost port = 23 flags S/SA
 block in on lo0 proto tcp from any to any flags A
 pass in on lo0 proto tcp from any to any flags /SAP
+block in on lo0 proto tcp from any to any flags 0x80/A



Home | Main Index | Thread Index | Old Index