[PATCH 1/3] [IPv4]: FIB configuration using struct fib_config

2006-08-15 Thread Thomas Graf
Introduces struct fib_config replacing the ugly struct kern_rta prone to ordering issues. Avoids creating faked netlink messages for auto generated routes or requests via ioctl. A new interface net/nexthop.h is added to help navigate through nexthop configuration arrays. A new struct nl_info will

Re: [PATCH 1/3] [IPv4]: FIB configuration using struct fib_config

2006-08-08 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Wed, 9 Aug 2006 01:11:03 +0200 > Hold on with this patch, netlink pid handling for netlink events > is completely inconsistent. I want to figure out the right way > to do it first. Ok. - To unsubscribe from this list: send the line "unsubscribe netdev"

Re: [PATCH 1/3] [IPv4]: FIB configuration using struct fib_config

2006-08-08 Thread Thomas Graf
* Thomas Graf <[EMAIL PROTECTED]> 2006-08-08 00:00 > Introduces struct fib_config replacing the ugly struct kern_rta > prone to ordering issues. Avoids creating faked netlink messages > for auto generated routes or requests via ioctl. > > A new interface net/nexthop.h is added to help navigate thr

[PATCH 1/3] [IPv4]: FIB configuration using struct fib_config

2006-08-08 Thread Thomas Graf
Introduces struct fib_config replacing the ugly struct kern_rta prone to ordering issues. Avoids creating faked netlink messages for auto generated routes or requests via ioctl. A new interface net/nexthop.h is added to help navigate through nexthop configuration arrays. Since the netlink source