Module Name:    src
Committed By:   roy
Date:           Tue Sep 15 11:19:10 UTC 2020

Modified Files:
        src/tests/net/arp: t_arp.sh

Log Message:
Don't check lifetime when testing published


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/tests/net/arp/t_arp.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/arp/t_arp.sh
diff -u src/tests/net/arp/t_arp.sh:1.42 src/tests/net/arp/t_arp.sh:1.43
--- src/tests/net/arp/t_arp.sh:1.42	Sun Sep 13 14:36:32 2020
+++ src/tests/net/arp/t_arp.sh	Tue Sep 15 11:19:10 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: t_arp.sh,v 1.42 2020/09/13 14:36:32 roy Exp $
+#	$NetBSD: t_arp.sh,v 1.43 2020/09/15 11:19:10 roy Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -477,7 +477,7 @@ test_proxy_arp()
 		opts="pub proxy"
 	fi
 	# Always proxy only since migrating to lltable/llentry
-	title='permanent published \(proxy only\)'
+	title='published \(proxy only\)'
 
 	#
 	# Test#1: First setup an endpoint then create proxy arp entry

Reply via email to