summaryrefslogtreecommitdiffstats
path: root/src/connections/ethernet
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/ethernet')
-rw-r--r--src/connections/ethernet3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index 33aae2f..a6a53bd 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -218,6 +218,9 @@ ethernet_up() {
for dns in "${DNS[@]}"; do
echo "nameserver $dns" >>/etc/resolv.conf
done
+ for dnsoption in "${DNS_OPTIONS[@]}"; do
+ echo "option $dnsoption" >>/etc/resolv.conf
+ done
fi
return 0