Skip to content

Commit

Permalink
calafou: fix hotplug script
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario committed May 14, 2023
1 parent d164cde commit 7f7f7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ ifup = "$ACTION" ] && {
[ wan = "$INTERFACE" -a -n "$DEVICE"] && {
[ -n "$DEVICE" ] && {
ethtool -s "$DEVICE" autoneg off speed 100 duplex full
}
}
Expand Down

0 comments on commit 7f7f7b3

Please sign in to comment.