X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from jeremythomerson.com (unknown [74.117.189.39]) by mail.alpinelinux.org (Postfix) with ESMTP id F09F0DC3507 for ; Tue, 12 Jun 2012 03:28:56 +0000 (UTC) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by jeremythomerson.com (Postfix) with ESMTP id 3A36C1C766 for ; Mon, 11 Jun 2012 23:22:33 -0500 (CDT) Received: by werg1 with SMTP id g1so3201704wer.13 for ; Mon, 11 Jun 2012 20:28:54 -0700 (PDT) Received: by 10.180.83.197 with SMTP id s5mr25520253wiy.9.1339471734798; Mon, 11 Jun 2012 20:28:54 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Reply-To: jeremy@thomersonfamily.com Received: by 10.223.7.9 with HTTP; Mon, 11 Jun 2012 20:28:34 -0700 (PDT) In-Reply-To: <1338181266-5999-1-git-send-email-jeremy@thomersonfamily.com> References: <1338181266-5999-1-git-send-email-jeremy@thomersonfamily.com> From: Jeremy Thomerson Date: Mon, 11 Jun 2012 22:28:34 -0500 Message-ID: Subject: [alpine-devel] Re: [PATCH] Add DHCP to services.json To: alpine-devel@lists.alpinelinux.org Cc: Jeremy Thomerson Content-Type: multipart/alternative; boundary=f46d044304e8f07a7b04c23e1012 --f46d044304e8f07a7b04c23e1012 Content-Type: text/plain; charset=ISO-8859-1 Anybody look at this yet? On Mon, May 28, 2012 at 12:01 AM, Jeremy Thomerson < jeremy@thomersonfamily.com> wrote: > --- > json/services.json | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/json/services.json b/json/services.json > index ff1e82b..0d7d3ec 100644 > --- a/json/services.json > +++ b/json/services.json > @@ -1,7 +1,8 @@ > { > "service": { > - "babel": { "proto": "tcp", "port": 6697 }, > + "babel": { "proto": "tcp", "port": 6697 }, > "bgp": { "proto": "tcp", "port": 179 }, > + "dhcp": { "proto": "udp", "port": [ "67", "68" ] }, > "dns": [ > { "proto": "udp", "port": 53 }, > { "proto": "tcp", "port": 53 } > -- > 1.7.3.1 > > --f46d044304e8f07a7b04c23e1012 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Anybody look at this yet?


--f46d044304e8f07a7b04c23e1012-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---