summaryrefslogtreecommitdiffstats
path: root/core/modules/etherwake/templates/99-enable-wol-disable-pause.rules
blob: 719d872b4f7699c4de9455bb90d53b139489b064 (plain) (blame)
1
2
3
4
5
# Enable WOL on boot NIC
ACTION=="add", SUBSYSTEM=="net", NAME=="eth0", RUN+="%ETHTOOL% -s $name wol g"
ACTION=="add", SUBSYSTEM=="net", NAME=="boot0", RUN+="%ETHTOOL% -s $name wol g"
# Disaable pause frames on any adapter found
ACTION=="add", SUBSYSTEM=="net", RUN+="%ETHTOOL% -A $name autoneg off rx off tx off"