https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233771
Jeff Pieper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Jeff Pieper <[email protected]> --- This is not a bug. ixgbe devices do not support forcing speed using ifconfig, only forced advertisement using sysctl. You need to use the advertise_speed sysctl: [root@test ~]# sysctl dev.ix.0.advertise_speed dev.ix.0.advertise_speed: 6 [root@test ~]# sysctl -x dev.ix.0.advertise_speed dev.ix.0.advertise_speed: 0x00000006 [root@test ~]# sysctl -d dev.ix.0.advertise_speed dev.ix.0.advertise_speed: Control advertised link speed using these flags: 0x1 - advertise 100M 0x2 - advertise 1G 0x4 - advertise 10G 0x8 - advertise 10M 100M and 10M are only supported on certain adapters. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
