openwrt/package/kernel/linux
Florian Eckert b69dfb0a99 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 00:56:51 +01:00
..
files kernel/modules: relocate teql hotplug from iproute2 to kmod-sched 2021-03-19 15:30:01 +01:00
modules kernel/modules: prevent bonding driver to create default bond0 interface 2021-11-01 00:56:51 +01:00
Makefile build: introduce $(MKHASH) 2021-05-13 15:13:15 +02:00