]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/ppp/ip-up
network: Drop any traces of ISDN
[ipfire-2.x.git] / src / ppp / ip-up
index ee1683fdd29fe3bab818f3bc5db9e32d17acf0c1..2e636e72d934d3c98bbdd9468f5a38f770f61af2 100644 (file)
 
 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