mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 22:20:12 +01:00
dhcpcd: pass noarp option to dhcpcd (bgo #733801)
https://bugzilla.gnome.org/show_bug.cgi?id=733801 Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
07046462f7
commit
a68ade68f3
1 changed files with 3 additions and 0 deletions
|
|
@ -127,6 +127,9 @@ ip4_start (NMDHCPClient *client,
|
|||
|
||||
g_ptr_array_add (argv, (gpointer) "-L"); /* Disable built-in IPv4LL since we use avahi-autoipd */
|
||||
|
||||
/* --noarp. Don't request or claim the address by ARP; this also disables IPv4LL. */
|
||||
g_ptr_array_add (argv, (gpointer) "-A");
|
||||
|
||||
g_ptr_array_add (argv, (gpointer) "-G"); /* Let NM handle routing */
|
||||
|
||||
g_ptr_array_add (argv, (gpointer) "-c"); /* Set script file */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue