Module Name:    src
Committed By:   msaitoh
Date:           Wed Apr 23 07:34:30 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: SHEEVAPLUG

Log Message:
Enable pseudo-device ipfilter.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/conf/SHEEVAPLUG

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.35 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.36
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.35	Sat Oct  5 02:39:06 2013
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Wed Apr 23 07:34:30 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.35 2013/10/05 02:39:06 kiyohara Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.36 2014/04/23 07:34:30 msaitoh Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -464,7 +464,7 @@ options 	VND_COMPRESSION		# compressed v
 # network pseudo-devices
 pseudo-device	bpfilter		# Berkeley packet filter
 #pseudo-device	carp			# Common Address Redundancy Protocol
-#pseudo-device	ipfilter		# IP filter (firewall) and NAT
+pseudo-device	ipfilter		# IP filter (firewall) and NAT
 pseudo-device	loop			# network loopback
 #pseudo-device	ppp			# Point-to-Point Protocol
 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)

Reply via email to