From adce577dbc0a25b0fd2cf26cca9c7903cdc08c8f Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Tue, 28 Jun 2016 11:41:52 +0200 Subject: [PATCH] bond/trivial: fix typo (cherry picked from commit fd4a8a202ed64e4d1b55037b2df6f79860f65540) --- src/devices/nm-device-bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/nm-device-bond.c b/src/devices/nm-device-bond.c index 6ae29b9c5e..9c98c8ea84 100644 --- a/src/devices/nm-device-bond.c +++ b/src/devices/nm-device-bond.c @@ -316,7 +316,7 @@ apply_bonding_config (NMDevice *device) if (NM_IN_STRSET (mode, "active-backup", "balance-alb", "balance-tlb")) { value = nm_setting_bond_get_option_by_name (s_bond, NM_SETTING_BOND_OPTION_PRIMARY); set_bond_attr (device, "primary", value ? value : ""); - set_simple_option (device, "lp_internal", s_bond, NM_SETTING_BOND_OPTION_LP_INTERVAL); + set_simple_option (device, "lp_interval", s_bond, NM_SETTING_BOND_OPTION_LP_INTERVAL); } /* Clear ARP targets */