mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
network: Drop any traces of ISDN
This has been removed a long time ago and we should probably spend a little bit more time on keeping the networking code tidy :) Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
957863f754
commit
a0918657c9
@@ -24,11 +24,6 @@
|
||||
|
||||
eval $(/usr/local/bin/readhash /var/ipfire/ppp/settings)
|
||||
|
||||
if [ "$TYPE" = "isdn" ]; then
|
||||
DNS1="${MS_DNS1}"
|
||||
DNS2="${MS_DNS2}"
|
||||
fi
|
||||
|
||||
# Write DNS servers to configuration
|
||||
echo "${DNS1}" > /var/run/dns1
|
||||
echo "${DNS2}" > /var/run/dns2
|
||||
|
||||
Reference in New Issue
Block a user