blob: 4a21bc37eaf97e5e30e59d035de6dd60b097646f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2006/01/08 11:46:43 wiz Exp $
--- src/linux_netfilter.c.orig 2003-06-17 07:17:59.000000000 +0900
+++ src/linux_netfilter.c
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * Reference : http://netfilter.kernelnotes.org/iptables-HOWTO-7.html
+ * Reference : http://www.netfilter.org/documentation/HOWTO/packet-filtering-HOWTO-7.html
*/
#include "includes.h"
|