Actions
Bug #7405
closedFreeBSD bond interfaces lead to constant switching of primary interface
Description
On FreeBSD bonding is called "link aggregation" and here is an example facter output for one such interface bundled with LACP (lagg0 = em0 + em1):
interfaces => em0,em1,lo0,lagg0 ipaddress => 192.168.200.11 ipaddress_lagg0 => 192.168.200.11 ipaddress_lo0 => 127.0.0.1 macaddress => 00:1e:67:15:02:79 macaddress_em0 => 00:1e:67:15:02:79 macaddress_em1 => 00:1e:67:15:02:79 macaddress_lagg0 => 00:1e:67:15:02:79
As the MAC address is the same on all those interfaces, I see a lot of audit logs which log the change of the primary interface of that host.
Actions