diff options
author | Thomas Haller <thaller@redhat.com> | 2022-09-16 13:32:25 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-10-04 12:37:41 +0200 |
commit | 22f670687a5b91784bf04cedaf0a7f11c4eb2dd5 (patch) | |
tree | 844a5920aea0c07c9e8104ed70a38a512fbf8b92 /src/libnm-core-public | |
parent | 5450be31d9aca76a4f08f3f636c3bacc6ac2fbe0 (diff) | |
download | NetworkManager-22f670687a5b91784bf04cedaf0a7f11c4eb2dd5.tar.gz |
libnm,core: support "bond.balance-slb" option
Diffstat (limited to 'src/libnm-core-public')
-rw-r--r-- | src/libnm-core-public/nm-setting-bond.h | 1 |
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 ed44abbff1..10d703bcaa 100644 --- a/src/libnm-core-public/nm-setting-bond.h +++ b/src/libnm-core-public/nm-setting-bond.h @@ -37,6 +37,7 @@ G_BEGIN_DECLS #define NM_SETTING_BOND_OPTION_ARP_IP_TARGET "arp_ip_target" #define NM_SETTING_BOND_OPTION_ARP_VALIDATE "arp_validate" #define NM_SETTING_BOND_OPTION_PRIMARY "primary" +#define NM_SETTING_BOND_OPTION_BALANCE_SLB "balance-slb" #define NM_SETTING_BOND_OPTION_PRIMARY_RESELECT "primary_reselect" #define NM_SETTING_BOND_OPTION_FAIL_OVER_MAC "fail_over_mac" #define NM_SETTING_BOND_OPTION_USE_CARRIER "use_carrier" |