Module Name:    src
Committed By:   ozaki-r
Date:           Tue Aug  8 02:27:03 UTC 2017

Modified Files:
        src/tests/net/ipsec: common.sh

Log Message:
Fix setkey -D -P outputs

The outputs were tweaked (by me), but I forgot updating libipsec
in my local ATF environment...


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/ipsec/common.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/ipsec/common.sh
diff -u src/tests/net/ipsec/common.sh:1.5 src/tests/net/ipsec/common.sh:1.6
--- src/tests/net/ipsec/common.sh:1.5	Wed Aug  2 06:30:00 2017
+++ src/tests/net/ipsec/common.sh	Tue Aug  8 02:27:03 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: common.sh,v 1.5 2017/08/02 06:30:00 ozaki-r Exp $
+#	$NetBSD: common.sh,v 1.6 2017/08/08 02:27:03 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -65,7 +65,7 @@ check_sp_entries()
 	$DEBUG && $HIJACKING setkey -D -P
 
 	atf_check -s exit:0 \
-	    -o match:"$local_addr\[any\] $remote_addr\[any\] reserved" \
+	    -o match:"$local_addr\[any\] $remote_addr\[any\] 255\(reserved\)" \
 	    $HIJACKING setkey -D -P
 	# TODO: more detail checks
 }

Reply via email to