aboutsummaryrefslogtreecommitdiff
path: root/net/bonding/files/lib/netifd
Commit message (Collapse)AuthorAge
* proto-bonding: Modify ipaddr as optionalFindlay Feng2024-03-29
| | | | | | | | The configuration of ipaddr in proto-bonding is not necessary, such as adding the bond interface to the bridge or performing pppoe dialing on the bond interface, etc. Signed-off-by: Findlay Feng <i@fengch.me>
* bonding: use shorter interface prefixVladislav Grigoryev2021-08-24
| | | | | | | Change the interface protocol prefix from "bonding-" to "bond-". This allows longer custom interface names and useful for VLANs. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* bonding: allow xmit_hash_policy in 802.3ad modeDENG Qingfang2021-07-16
| | | | | | Allow the transmit hash policy to be changed in 802.3ad mode. Signed-off-by: DENG Qingfang <dqfext@gmail.com>
* bonding: accept list of slaves in uci list notationJo-Philipp Wich2021-04-09
| | | | | | | | | | Rework the bonding.sh protocol handler to accept slave interface names encoded in uci list notation. Also replace ifconfig up/down with ip link calls while we're at it. Fixes: #11455 Fixes: https://github.com/openwrt/luci/issues/4473 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* bonding: proto notify error definitionsFlorian Eckert2020-03-30
| | | | | | | | Fix proto_notify_error usage. In this function only a definition shall be returned, which will later appear in the ubus status output of the interface and not a whole string. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* bonding: add missing policiesHelge Mader2020-03-03
| | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* net/bonding: added protohandler package for netifdHelge Mader2018-07-18
Signed-off-by: Helge Mader <ma@dev.tdt.de>