Module Name:    src
Committed By:   ozaki-r
Date:           Fri Nov 25 08:10:12 UTC 2016

Modified Files:
        src/tests/net/net: t_forwarding.sh

Log Message:
Add missing head functions


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/net/net/t_forwarding.sh

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

Modified files:

Index: src/tests/net/net/t_forwarding.sh
diff -u src/tests/net/net/t_forwarding.sh:1.17 src/tests/net/net/t_forwarding.sh:1.18
--- src/tests/net/net/t_forwarding.sh:1.17	Thu Nov 24 11:54:57 2016
+++ src/tests/net/net/t_forwarding.sh	Fri Nov 25 08:10:12 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: t_forwarding.sh,v 1.17 2016/11/24 11:54:57 ozaki-r Exp $
+#	$NetBSD: t_forwarding.sh,v 1.18 2016/11/25 08:10:12 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -63,6 +63,18 @@ ipforwarding_v6_head()
 	atf_set "require.progs" "rump_server"
 }
 
+ipforwarding_fastforward_v4_head()
+{
+	atf_set "descr" "Tests for IPv4 fastforward"
+	atf_set "require.progs" "rump_server"
+}
+
+ipforwarding_fastforward_v6_head()
+{
+	atf_set "descr" "Tests for IPv6 fastfoward"
+	atf_set "require.progs" "rump_server"
+}
+
 ipforwarding_misc_head()
 {
 	atf_set "descr" "Does IPv4 forwarding tests"

Reply via email to