summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2016-06-28 11:41:52 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2016-06-28 11:47:50 +0200
commitfd4a8a202ed64e4d1b55037b2df6f79860f65540 (patch)
treed93f62a1670d04d01025e91bdb9e09bc5109c4b6
parentbf7b9c60b6237df12897d17a2ae8921382a0773d (diff)
downloadNetworkManager-fd4a8a202ed64e4d1b55037b2df6f79860f65540.tar.gz
bond/trivial: fix typo
-rw-r--r--src/devices/nm-device-bond.c2
1 files changed, 1 insertions, 1 deletions
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 */