summaryrefslogtreecommitdiff
path: root/src/libnm-core-public
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2023-03-02 11:43:25 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2023-03-06 15:05:46 +0100
commit6cde20fecc4e25e085532c1b47a6c2a26a418bfd (patch)
treeb29b1036b72440523a7b1a6428dde7b51d5163ab /src/libnm-core-public
parentddd2fd46b022f87589ae4b1cde61f93576231e9d (diff)
downloadNetworkManager-6cde20fecc4e25e085532c1b47a6c2a26a418bfd.tar.gz
bonding: add support to lacp_active option
The valid values for this option are 0 (off) and 1 (on). By default the value is 1 (on). Please notice that this option is only compatible with 802.3AD mode.
Diffstat (limited to 'src/libnm-core-public')
-rw-r--r--src/libnm-core-public/nm-setting-bond.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnm-core-public/nm-setting-bond.h b/src/libnm-core-public/nm-setting-bond.h
index 16e11f0151..1e653abcfa 100644
--- a/src/libnm-core-public/nm-setting-bond.h
+++ b/src/libnm-core-public/nm-setting-bond.h
@@ -59,6 +59,7 @@ G_BEGIN_DECLS
#define NM_SETTING_BOND_OPTION_LP_INTERVAL "lp_interval"
#define NM_SETTING_BOND_OPTION_PEER_NOTIF_DELAY "peer_notif_delay"
#define NM_SETTING_BOND_OPTION_ARP_MISSED_MAX "arp_missed_max"
+#define NM_SETTING_BOND_OPTION_LACP_ACTIVE "lacp_active"
typedef struct _NMSettingBondClass NMSettingBondClass;