dhcpcd: prevent dhcpcd from messing with routing (bgo #634983)

Since NM is already handling that.
This commit is contained in:
Dan Williams 2010-11-18 16:30:00 -06:00
parent 568f5e073b
commit 3992c7db50

View file

@ -128,6 +128,8 @@ real_ip4_start (NMDHCPClient *client,
g_ptr_array_add (argv, (gpointer) "-L"); /* Disable built-in IPv4LL since we use avahi-autoipd */
g_ptr_array_add (argv, (gpointer) "-G"); /* Let NM handle routing */
g_ptr_array_add (argv, (gpointer) "-c"); /* Set script file */
g_ptr_array_add (argv, (gpointer) ACTION_SCRIPT_PATH );