From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D98931382EE for ; Tue, 5 Jul 2016 18:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06791E0B41; Tue, 5 Jul 2016 18:14:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B4DEE0B3E for ; Tue, 5 Jul 2016 18:14:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3479F340C15 for ; Tue, 5 Jul 2016 18:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A522445 for ; Tue, 5 Jul 2016 18:14:55 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1462109921.3bdc8488c51bfb1a84c27855f4dd83e814fa81e3.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/l2tp.sh X-VCS-Directories: net/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3bdc8488c51bfb1a84c27855f4dd83e814fa81e3 X-VCS-Branch: master Date: Tue, 5 Jul 2016 18:14:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 72f9c4a8-14f4-4ad2-98a4-9dccf7cccb32 X-Archives-Hash: 7665cce25bff9be554c41aa9b18fe790 commit: 3bdc8488c51bfb1a84c27855f4dd83e814fa81e3 Author: Emeric Verschuur mbedsys org> AuthorDate: Sun May 1 13:38:41 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun May 1 13:38:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=3bdc8488 Start/stop message update net/l2tp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/l2tp.sh b/net/l2tp.sh index 24f5f8c..5efb535 100644 --- a/net/l2tp.sh +++ b/net/l2tp.sh @@ -100,7 +100,7 @@ l2tp_pre_start() eval l2tpsession=\$l2tpsession_${IFVAR} test -n "${l2tpsession}" || return 0 - ebegin "Creating L2TP tunnel ${IFVAR}" + ebegin "Creating L2TPv3 link ${IFVAR}" local l2tp_err s_name s_tunnel_id s_session_id s_peer_session_id s_cookie s_peer_cookie s_offset s_peer_offset s_l2spec_type if ! _l2tp_eval_props s_ "name|tunnel_id|session_id|peer_session_id|cookie|peer_cookie|offset|peer_offset|l2spec_type" "${l2tpsession}"; then eend 1 "l2tpsession_${IFVAR} syntax error: $l2tp_err" @@ -157,7 +157,7 @@ l2tp_post_stop() local session_id tunnel_id _is_l2tp || return 0 - ebegin "Destroying L2TP tunnel ${IFACE}" + ebegin "Destroying L2TPv3 link ${IFACE}" veinfo ip l2tp del session tunnel_id $tunnel_id session_id $session_id ip l2tp del session tunnel_id $tunnel_id session_id $session_id if ! ip l2tp show session | grep -Eq "^Session [0-9]+ in tunnel $tunnel_id\$"; then