From patchwork Tue Jun 20 05:20:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1212 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 3678F61CB3 for ; Mon, 19 Jun 2017 21:26:03 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 180112842; Mon, 19 Jun 2017 21:26:03 +0200 (CEST) Received: from ipfire.localdomain (dslb-088-073-193-212.088.073.pools.vodafone-ip.de [88.73.193.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id AA7912841; Mon, 19 Jun 2017 21:21:00 +0200 (CEST) From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 4/7] ports/zones: Add higher level function to get the description title Date: Mon, 19 Jun 2017 21:20:47 +0200 Message-Id: <1497900050-27692-4-git-send-email-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1497900050-27692-1-git-send-email-jonatan.schlag@ipfire.org> References: <1497900050-27692-1-git-send-email-jonatan.schlag@ipfire.org> X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" Signed-off-by: Jonatan Schlag --- src/functions/functions.ports | 7 +++++++ src/functions/functions.zone | 7 +++++++ 2 files changed, 14 insertions(+)