Assuming you are using ifcfg-* files, there is an option called
ETHTOOL_OPTS that allows you to set various ethtool settings when the
network gets brought up.
if you need multiple settings you can do it like this "-s ${DEVICE}
advertise 00c ; "
On Sat, Aug 17, 2013 at 9:05 AM, Sam Varshavchik wr
To make a long story short, I need to execute
ethtool -s wan0 advertise 00c
at system boot, before networking comes up. The only thing I can come up
with is to throw a systemd service, WantedBy=basic.target.
But wondering if there isn't anything already that runs at system boot,
whose purp