X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by lists.alpinelinux.org (Postfix) with ESMTP id 59D24170000BA for ; Fri, 20 Feb 2009 12:39:13 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so1322510fgg.25 for ; Fri, 20 Feb 2009 04:39:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=tvweYB45wIEMxP8N5Q+deovcZT8yjj4jhW07Up6xhtQ=; b=URbql8kanH16icOKUtcQQxVmT+oE4OJsgYoQjaU2uvfnbjEzlZbBX/so35rLcOTdhR xpdxlIvvdP7Id1eIbm/KI1HmD4MUzjczMcoQs7FTUzGBPqScUR9xy5GAnmgEQTPuEzmM jr0KzRmCaiOdg2dysGyNsfNC/pN2+wTvVydAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=YAjsetd9HdEo34EY1NwSIYKgvP1Ow/bQCvP3FicvrTxmzSI3Z5aEqVkhanCVr3mVLg s9mcAW1lxtq47Z/dWTXyV7BS0PVn3/MEYmnbOlg7432I/uyVlVyLQd1Sf63vbHqVBNu/ via88AZQ2SnLHVkQFr2Tl8SSxo6DDRwizMo38= Received: by 10.86.92.4 with SMTP id p4mr1037276fgb.36.1235133552698; Fri, 20 Feb 2009 04:39:12 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id e20sm7181114fga.56.2009.02.20.04.39.09 (version=SSLv3 cipher=RC4-MD5); Fri, 20 Feb 2009 04:39:10 -0800 (PST) Subject: Re: [alpine-devel] QoS: Privileged class Filters update, udp/4500 (IPSEC-NAT) From: Natanael Copa To: Ilya Strelkin Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: References: Content-Type: text/plain Date: Fri, 20 Feb 2009 13:39:06 +0100 Message-Id: <1235133546.16371.13.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit On Wed, 2009-02-18 at 10:01 +0300, Ilya Strelkin wrote: > it should be added to /etc/conf.d/qos > > # > # IPSEC-NAT > # > PRIVILEGED_FILTER_8="protocol ip prio 90 u32 match ip protocol 0x11 > 0xff match ip dport 4500 0xffff" > PRIVILEGED_FILTER_9="protocol ip prio 90 u32 match ip protocol 0x11 > 0xff match ip sport 4500 0xffff" > I created a separate package for the scripts. iproute2-qos Commmitted, including your latest additions. I set you as creator and maintainer. I think those scripts brings alot of value to alpine. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---