From 0ea73cdcece4f03c4fed83c8684aee58fa477b29 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 9 Sep 2020 11:07:08 +0200 Subject: [PATCH] device: remove duplicate option "primary" from list to reapply --- src/devices/nm-device-bond.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/nm-device-bond.c b/src/devices/nm-device-bond.c index cddce59c65..7244874293 100644 --- a/src/devices/nm-device-bond.c +++ b/src/devices/nm-device-bond.c @@ -23,7 +23,6 @@ _LOG_DECLARE_SELF(NMDeviceBond); /*****************************************************************************/ #define OPTIONS_REAPPLY_SUBSET \ - NM_SETTING_BOND_OPTION_PRIMARY, \ NM_SETTING_BOND_OPTION_MIIMON, \ NM_SETTING_BOND_OPTION_UPDELAY, \ NM_SETTING_BOND_OPTION_DOWNDELAY, \