This commit is contained in:
coolsnowwolf 2021-07-20 19:51:12 +08:00
commit fe5cc4d24f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=proto-bonding PKG_NAME:=proto-bonding
PKG_VERSION:=2021-04-09 PKG_VERSION:=2021-04-09
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:= PKG_LICENSE_FILES:=

View File

@ -111,7 +111,7 @@ proto_bonding_setup() {
802.3ad) 802.3ad)
echo "$bonding_policy" > /sys/class/net/"$link"/bonding/mode echo "$bonding_policy" > /sys/class/net/"$link"/bonding/mode
set_driver_values min_links ad_actor_sys_prio ad_actor_system ad_select lacp_rate set_driver_values min_links ad_actor_sys_prio ad_actor_system ad_select lacp_rate xmit_hash_policy
;; ;;
balance-rr) balance-rr)