Re: getting started adding OLSR mesh support to NM

2013-01-31 Thread Hans-Christoph Steiner
On 01/31/2013 05:14 PM, Dan Williams wrote: > On Fri, 2013-01-18 at 19:15 -0500, Hans-Christoph Steiner wrote: >> Hey dcbw, >> >> Right now I'm looking for where I can jump in and start coding something. >> I'm >> thinking that I would modify NM to add the OLSR handling stuff like another >> dh

Re: [PATCH] config: convert NMConfig to object

2013-01-31 Thread Dan Williams
On Tue, 2013-01-15 at 18:48 +0100, Thomas Bechtold wrote: > --- > src/main.c | 2 +- > src/nm-config.c | 209 > ++-- > src/nm-config.h | 38 --- > 3 files changed, 172 insertions(+), 77 deletions(-) Looks good except for some wh

Re: [PATCH] core: Honor CLI arguments when config file is not found

2013-01-31 Thread Dan Williams
On Tue, 2013-01-29 at 11:12 -0200, Jonh Wendell wrote: > If the config file is not present, the Config object is > returned empty, even if some configs were passed as command > line arguments. > > This patch honor these arguments in that case. > > Signed-off-by: Jonh Wendell Thanks, I've slight

Re: getting started adding OLSR mesh support to NM

2013-01-31 Thread Dan Williams
On Fri, 2013-01-18 at 19:15 -0500, Hans-Christoph Steiner wrote: > Hey dcbw, > > Right now I'm looking for where I can jump in and start coding something. I'm > thinking that I would modify NM to add the OLSR handling stuff like another > dhclient, avahi-autoip, etc. to get something working, th

Re: NetworkManager git20121211

2013-01-31 Thread Dan Williams
On Thu, 2013-01-31 at 10:59 -0500, Gene Czarcinski wrote: > I needed some functionality (dynamic dns update) not available in the > NetworkManager package available in Fedora 18 so I created my own > version based on git20121130. This worked nicely providing the > functionality and did not appe

Re: NetworkManager git20121211

2013-01-31 Thread Gene Czarcinski
On 01/31/2013 10:59 AM, Gene Czarcinski wrote: I needed some functionality (dynamic dns update) not available in the NetworkManager package available in Fedora 18 so I created my own version based on git20121130. This worked nicely providing the functionality and did not appear to have any bad

Re: Multiple IPv6 RAs and specific routes broken?

2013-01-31 Thread Pavel Simerda
- Original Message - > I have a single default router sending RAs, and another router which > does *not* advertise a default route, but instead advertises two > specific routes. I'm not sure whether NM or the kernel is to blame, > but > while radvdump shows both RAs arriving, the only rout

Multiple IPv6 RAs and specific routes broken?

2013-01-31 Thread Stuart D Gathman
I have a single default router sending RAs, and another router which does *not* advertise a default route, but instead advertises two specific routes. I'm not sure whether NM or the kernel is to blame, but while radvdump shows both RAs arriving, the only route installed is the default route.

NetworkManager git20121211

2013-01-31 Thread Gene Czarcinski
I needed some functionality (dynamic dns update) not available in the NetworkManager package available in Fedora 18 so I created my own version based on git20121130. This worked nicely providing the functionality and did not appear to have any bad side effects. Then the NetworkManager git2012