diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /share/examples/ipfilter | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'share/examples/ipfilter')
| -rw-r--r-- | share/examples/ipfilter/Makefile | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/README | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/example.14 | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/examples.txt | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/firewall.1 | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/firewall.2 | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/ipf-howto.txt | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/ipf.conf.permissive | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/ipf.conf.restrictive | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/ipf.conf.sample | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/ipnat.conf.sample | 2 | ||||
| -rw-r--r-- | share/examples/ipfilter/rules.txt | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/share/examples/ipfilter/Makefile b/share/examples/ipfilter/Makefile index 4826dac39694..645783aa2f4b 100644 --- a/share/examples/ipfilter/Makefile +++ b/share/examples/ipfilter/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/Makefile,v 1.5 2004/12/21 08:46:53 ru Exp $ NO_OBJ= diff --git a/share/examples/ipfilter/README b/share/examples/ipfilter/README index aefd2cd5ec8f..0c298df37030 100644 --- a/share/examples/ipfilter/README +++ b/share/examples/ipfilter/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/README,v 1.1 2001/10/20 04:17:06 darrenr Exp $ This directory contains various files related to ipfilter. diff --git a/share/examples/ipfilter/example.14 b/share/examples/ipfilter/example.14 index f1f2be450fb8..dcb476c9f881 100644 --- a/share/examples/ipfilter/example.14 +++ b/share/examples/ipfilter/example.14 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/example.14,v 1.1 2001/10/20 04:17:06 darrenr Exp $ # # log all inbound packet on le0 which has IP options present # diff --git a/share/examples/ipfilter/examples.txt b/share/examples/ipfilter/examples.txt index a323a8457752..ecb829b649a4 100644 --- a/share/examples/ipfilter/examples.txt +++ b/share/examples/ipfilter/examples.txt @@ -512,4 +512,4 @@ pass in quick proto tcp from any to any port = WWW keep state group 100 ------------------------------------------------------------------------ Return to the IP Filter home page -$FreeBSD$ +$FreeBSD: src/share/examples/ipfilter/examples.txt,v 1.2 2003/01/01 18:48:48 schweikh Exp $ diff --git a/share/examples/ipfilter/firewall.1 b/share/examples/ipfilter/firewall.1 index 47acb5cd3a22..c1db27ddde15 100644 --- a/share/examples/ipfilter/firewall.1 +++ b/share/examples/ipfilter/firewall.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/firewall.1,v 1.2 2002/12/27 12:15:33 schweikh Exp $ # # This is an example of a very light firewall used to guard against # some of the most easily exploited common security holes. diff --git a/share/examples/ipfilter/firewall.2 b/share/examples/ipfilter/firewall.2 index ba00504a37c8..fa324b145ca2 100644 --- a/share/examples/ipfilter/firewall.2 +++ b/share/examples/ipfilter/firewall.2 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/firewall.2,v 1.2 2002/12/27 12:15:33 schweikh Exp $ # # This is an example of a fairly heavy firewall used to keep everyone # out of a particular network while still allowing people within that diff --git a/share/examples/ipfilter/ipf-howto.txt b/share/examples/ipfilter/ipf-howto.txt index 73a1ecf54611..f69f67305e50 100644 --- a/share/examples/ipfilter/ipf-howto.txt +++ b/share/examples/ipfilter/ipf-howto.txt @@ -8,7 +8,7 @@ Brendan Conoboy <synk@swcp.com> Erik Fichtner <emf@obfuscation.org> - $FreeBSD$ + $FreeBSD: src/share/examples/ipfilter/ipf-howto.txt,v 1.2 2003/01/01 18:48:48 schweikh Exp $ Fri Apr 20 09:31:14 EDT 2001 diff --git a/share/examples/ipfilter/ipf.conf.permissive b/share/examples/ipfilter/ipf.conf.permissive index 714d7d99bc69..5393203454f9 100644 --- a/share/examples/ipfilter/ipf.conf.permissive +++ b/share/examples/ipfilter/ipf.conf.permissive @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/ipf.conf.permissive,v 1.1 2001/10/20 04:17:07 darrenr Exp $ # augmented rules generated by mkfilters block in log quick from any with ipopts block in log quick proto tcp from any to any with short diff --git a/share/examples/ipfilter/ipf.conf.restrictive b/share/examples/ipfilter/ipf.conf.restrictive index ad3de82f58c8..2e233717761e 100644 --- a/share/examples/ipfilter/ipf.conf.restrictive +++ b/share/examples/ipfilter/ipf.conf.restrictive @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/ipf.conf.restrictive,v 1.1 2001/10/20 04:17:07 darrenr Exp $ #-------------------------------------------------------------------------- # ed1 - external interface # fxp0 - internal interface diff --git a/share/examples/ipfilter/ipf.conf.sample b/share/examples/ipfilter/ipf.conf.sample index c5d47bc1c9f9..7ec4dc1acb46 100644 --- a/share/examples/ipfilter/ipf.conf.sample +++ b/share/examples/ipfilter/ipf.conf.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/ipf.conf.sample,v 1.1 2001/10/20 04:17:07 darrenr Exp $ block in log quick from any with ipopts block in log quick proto tcp from any to any with short pass out on ed1 all head 150 diff --git a/share/examples/ipfilter/ipnat.conf.sample b/share/examples/ipfilter/ipnat.conf.sample index 67956bceae06..ce995b5b85c6 100644 --- a/share/examples/ipfilter/ipnat.conf.sample +++ b/share/examples/ipfilter/ipnat.conf.sample @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/ipnat.conf.sample,v 1.1 2001/10/20 04:17:07 darrenr Exp $ map ed1 192.168.0.0/24 -> 192.168.1.110/32 portmap tcp/udp 40000:65000 map ed1 192.168.0.0/24 -> 192.168.1.110/32 diff --git a/share/examples/ipfilter/rules.txt b/share/examples/ipfilter/rules.txt index 26a51d02b064..44fd08275543 100644 --- a/share/examples/ipfilter/rules.txt +++ b/share/examples/ipfilter/rules.txt @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/ipfilter/rules.txt,v 1.1 2001/10/20 04:17:07 darrenr Exp $ # # block all incoming TCP packets on le0 from host "foo" to any destination. # |
