immortalwrt/package
Florian Eckert f85762a25d kernel/modules: prevent bonding driver to create default bond0 interface
When loading the bonding driver, bonding interface are automatically
created on bonding module load.

> ip a s bond0
> 14: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
> group default qlen 1000
>    link/ether a6:f2:20:64:c1:b9 brd ff:ff:ff:ff:ff:ff

This is not necessary in openwrt as we do not use this created interface.
The netifd creates a bonding interface based on its network configuration
name and configures this over the netifd bonding proto handler.

In order to keep the overview of the interfaces clear, bonding
interfaces should not be created automatically when loading this module,
because they are not used anyway.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-11-01 23:56:52 +08:00
..
base-files Merge Mainline 2021-10-27 12:18:41 +08:00
boot u-boot.mk: always link host libraries static 2021-10-28 23:57:23 +08:00
devel Merge Mainline 2021-08-29 00:53:33 +08:00
emortal Merge Mainline 2021-10-31 00:52:41 +08:00
firmware Merge Mainline 2021-10-27 12:18:41 +08:00
kernel kernel/modules: prevent bonding driver to create default bond0 interface 2021-11-01 23:56:52 +08:00
libs Merge Mainline 2021-10-27 12:18:41 +08:00
network Merge Mainline 2021-10-31 00:52:41 +08:00
system Merge Mainline 2021-10-09 11:19:14 +08:00
utils Merge Mainline 2021-10-31 00:52:41 +08:00
Makefile Merge Mainline 2021-05-13 23:01:12 +08:00