summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-26 12:43:46 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-26 12:43:46 -0400
commit1d894eafbfc039a29d782dc8c1d7956f8e6489f2 (patch)
treea4827469eccdeec2b02afe2170f5f9614961b5e2 /etc/inc/interfaces.inc
parentd0c04c77547ad47dbe4a5cbafcadd890f4734daf (diff)
downloadpfsense-1d894eafbfc039a29d782dc8c1d7956f8e6489f2.zip
pfsense-1d894eafbfc039a29d782dc8c1d7956f8e6489f2.tar.gz
Switch over to handling DNS from ppp.linkup allowing mulitple 3G cards to coexist on the same box
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 72e408c..124d0d2 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -927,7 +927,7 @@ function interface_ppp_configure($ifcfg) {
$i++;
$startingip++;
$rclinkup.= "{$dev}:\n";
- $rclinkup.= " ! sh -c \"/sbin/ppp-script HISADDR INTERFACE\"\n";
+ $rclinkup.= " ! sh -c \"/sbin/ppp-script HISADDR INTERFACE DNS1 DNS2 \"\n";
$rclinkup.= " ! sh -c \"/etc/rc.linkup INTERFACE start\"\n";
}
}
OpenPOWER on IntegriCloud