Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 10:11:07 +0100
From:      Monthadar Al Jaberi <monthadar@gmail.com>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        freebsd-net@freebsd.org, Bernhard Schmidt <bschmidt@freebsd.org>
Subject:   Re: ifconfig meshforward command bug
Message-ID:  <CA%2BsBSoJaMOH9sk9Q3XatqkaZ8rukAGmZ9ycadgaYu%2BfwMFhjsQ@mail.gmail.com>
In-Reply-To: <CAJ-VmomvyQO0TTT1F5LbVbQX7nfo-X6NCCfJ75ZPrxhunHWfDQ@mail.gmail.com>
References:  <CA%2BsBSoJaxxRRsUqmpN6k8q6M_SZ_605ip6auN44k5BQ7a_XOtQ@mail.gmail.com> <CAJ-VmonJ5w-GpnkXqorqFJ%2BDcZqoR9kdoPkt9w9A-sXuQccodA@mail.gmail.com> <CAJ-VmonRmrJ6uQchbY6m=gv8t0jmLkOVbtqqXdV7_frEczOXkQ@mail.gmail.com> <201203222032.20699.bschmidt@freebsd.org> <CAJ-VmomvyQO0TTT1F5LbVbQX7nfo-X6NCCfJ75ZPrxhunHWfDQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 22, 2012 at 10:23 PM, Adrian Chadd <adrian@freebsd.org> wrote:
> I've fixed the one that Monthadar has submitted.
>
> Monthadar, would you mind reviewing the rest of the mesh commands and
> see which others need fixing?

from what I can see the bug is for flags that we can either turn on or
off. Another one I found,

 static
 DECL_CMD_FUNC(set80211meshpeering, val, d)
 {
-       set80211(s, IEEE80211_IOC_MESH_AP, atoi(val), 0, NULL);
+       set80211(s, IEEE80211_IOC_MESH_AP, d, 0, NULL);

I took a quick look and think this is last one

>
>
> Adrian


thnx

-- 
Monthadar Al Jaberi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BsBSoJaMOH9sk9Q3XatqkaZ8rukAGmZ9ycadgaYu%2BfwMFhjsQ>