Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/mpls ldpd wants inet6



details:   https://anonhg.NetBSD.org/src/rev/2bbc2f97e7e5
branches:  trunk
changeset: 792429:2bbc2f97e7e5
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 03 13:14:50 2014 +0000

description:
ldpd wants inet6

diffstat:

 tests/net/mpls/t_ldp_regen.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 731829ee5816 -r 2bbc2f97e7e5 tests/net/mpls/t_ldp_regen.sh
--- a/tests/net/mpls/t_ldp_regen.sh     Fri Jan 03 12:49:59 2014 +0000
+++ b/tests/net/mpls/t_ldp_regen.sh     Fri Jan 03 13:14:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ldp_regen.sh,v 1.2 2013/07/27 14:36:39 kefren Exp $
+# $NetBSD: t_ldp_regen.sh,v 1.3 2014/01/03 13:14:50 pooka Exp $
 #
 # Copyright (c) 2013 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -41,7 +41,7 @@
 RUMP_SERVER3=unix://./r3
 RUMP_SERVER4=unix://./r4
 
-RUMP_LIBS="-lrumpnet -lrumpnet_net -lrumpnet_netmpls -lrumpnet_netinet -lrumpnet_shmif"
+RUMP_LIBS="-lrumpnet -lrumpnet_net -lrumpnet_netmpls -lrumpnet_netinet -lrumpnet_netinet6 -lrumpnet_shmif"
 LDP_FLAGS=""
 
 atf_test_case ldp_regen cleanup



Home | Main Index | Thread Index | Old Index