diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1996-06-22 00:54:36 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1996-06-22 00:54:36 +0000 |
| commit | 2df2f6af71821a4eca82708c932617369f6811d8 (patch) | |
| tree | 15a02aa3ef791627bd78d46d7ba540353497fea4 | |
| parent | 51a109a174659780991374f9f5c4ca2bb66bcbc3 (diff) | |
Notes
| -rw-r--r-- | etc/rc.firewall | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index de2b563484be..9558f97a28a6 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1 1996/04/03 17:13:58 phk Exp $ +# $Id: rc.firewall,v 1.2 1996/04/12 09:16:42 phk Exp $ ############ # @@ -30,6 +30,10 @@ # ############ +# Flush out the list before we begin. +/sbin/ipfw flush + +############ # If you just configured ipfw in the kernel as a tool to solve network # problems or you just want to disallow some particular kinds of traffic # they you will want to change the default policy to open. |
