From owner-svn-src-head@FreeBSD.ORG Wed May 2 20:04:11 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 171961065677; Wed, 2 May 2012 20:04:11 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 270898FC21; Wed, 2 May 2012 20:04:10 +0000 (UTC) Received: by weyt57 with SMTP id t57so888562wey.13 for ; Wed, 02 May 2012 13:04:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=8I1bBaSqUtQnIgE07xfjUm9KINAERnyNcy+Uts3kQ74=; b=hkEnHBWESPnrDXgba9SYxogoze9o9I+21LjeIqVgRc9jQdLnyQ4ufZdJmCdebHn8bf 5uXOJKOvjas9rxSF4tKBQMwKXqd5Z4ysot0FvwXz4/PgcTrGXjRTizrd8eJ4mJpSI1Aw 8+ixzZ+NulNHKUvwgVw4tnvBCRozraEV0aB7YFUKy/iIFr+eQssgtSpOq57YydPYFUX9 tZgt9pVkTIejPqPjpXAsBVLMf1WJr/SxDQ0D8rSGvXLGIGv12iMZdHCc36Lhi6pPlJFu am+iiri8R5WGVIyfpgY67iLQRXLazt8z2261Rfag8FW5y5adeTjTeXhLAYUayR3iSU9H SCWA== MIME-Version: 1.0 Received: by 10.180.86.132 with SMTP id p4mr9119342wiz.15.1335989049327; Wed, 02 May 2012 13:04:09 -0700 (PDT) Received: by 10.223.155.74 with HTTP; Wed, 2 May 2012 13:04:09 -0700 (PDT) In-Reply-To: References: <201205011615.q41GFZa1034278@svn.freebsd.org> Date: Wed, 2 May 2012 22:04:09 +0200 Message-ID: From: Monthadar Al Jaberi To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Monthadar Al Jaberi , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r234893 - head/sbin/ifconfig X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2012 20:04:11 -0000 On Tue, May 1, 2012 at 11:05 PM, Bjoern A. Zeeb wrote: > > On 1. May 2012, at 16:15 , Monthadar Al Jaberi wrote: > >> Author: monthadar >> Date: Tue May =A01 16:15:34 2012 >> New Revision: 234893 >> URL: http://svn.freebsd.org/changeset/base/234893 >> >> Log: >> =A0* Added new command to ifconfig to activate Mesh Gate Announcement ca= lled >> =A0meshgate with corresponding explanation; >> >> =A0Approved by: adrian >> >> Modified: >> =A0head/sbin/ifconfig/ifconfig.8 >> =A0head/sbin/ifconfig/ifieee80211.c >> >> Modified: head/sbin/ifconfig/ifconfig.8 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/sbin/ifconfig/ifconfig.8 =A0 =A0 Tue May =A01 16:14:18 2012 =A0= =A0 =A0 =A0(r234892) >> +++ head/sbin/ifconfig/ifconfig.8 =A0 =A0 Tue May =A01 16:15:34 2012 =A0= =A0 =A0 =A0(r234893) > > > Please update .Dd as well. Done. Thank you. > >> @@ -1979,6 +1979,12 @@ Enable or disable forwarding packets by >> By default >> .Cm meshforward >> is enabled. >> +.It Cm meshgate >> +This attribute specifies whether or not the mesh STA activates mesh gat= e >> +announcements. >> +By default >> +.Cm meshgate >> +is disabled. >> .It Cm meshmetric Ar protocol >> Set the specified >> .Ar protocol > > -- > Bjoern A. Zeeb =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 You have to have visions! > =A0 It does not matter how good you are. It matters what good you do! > --=20 Monthadar Al Jaberi