Archived
7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
# This configuration file is customized by fox,
|
|
# Optimize for X550-T1: advertise 100M / 1G / 2.5G / 5G / 10G.
|
|
|
|
iface nic1 inet manual
|
|
pre-up /usr/sbin/ethtool -s nic1 autoneg on advertise 0x1800000001028 || true
|
|
|