mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 19:40:34 +01:00
dhcpcd: prevent dhcpcd from messing with routing (bgo #634983)
Since NM is already handling that.
This commit is contained in:
parent
568f5e073b
commit
3992c7db50
1 changed files with 2 additions and 0 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue