summaryrefslogtreecommitdiffstats
path: root/src/connections/ethernet
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/ethernet')
-rw-r--r--src/connections/ethernet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index 3605663..75976da 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -48,7 +48,7 @@ ethernet_up() {
return 1
fi
fi
- # TODO: add support for $section:ifconfig for other stuff, like mtu or mac?
+ [[ -n "$IFOPTS" ]] && ifconfig $INTERFACE $IFOPTS
;;
static)
if ! ifconfig $INTERFACE $IFOPTS up; then