Re: [PATCH] [1/3] Use libnl instead of iproute/AF_PACKET (nm_system_device_add_route_via_device_with_iface)

2008-04-25 Thread Dan Williams
On Fri, 2008-04-18 at 20:10 -0400, Benoit Boissinot wrote: (depends on the cleanup of the frugalware backend) Remove nm_system_device_add_ip4_route_via_device_with_iface from all backends, implement it with libnl. Removes validate_ip4_route since we don't call system anymore Committed,

[PATCH] [1/3] Use libnl instead of iproute/AF_PACKET (nm_system_device_add_route_via_device_with_iface)

2008-04-18 Thread Benoit Boissinot
(depends on the cleanup of the frugalware backend) Remove nm_system_device_add_ip4_route_via_device_with_iface from all backends, implement it with libnl. Removes validate_ip4_route since we don't call system anymore diff -r 630520f22ebb src/NetworkManagerSystem.c ---