summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-04-06 11:28:15 +0200
committersmos <seth.mos@dds.nl>2012-04-06 11:28:15 +0200
commiteab2db683c1dcefb9b040bf5e8ac5473853634b5 (patch)
tree57379819b5d1826dbbac7351b531a3d209054128
parentdf52abf1d2b26a032c39341700cf49ad4f5da54f (diff)
downloadpfsense-eab2db683c1dcefb9b040bf5e8ac5473853634b5.zip
pfsense-eab2db683c1dcefb9b040bf5e8ac5473853634b5.tar.gz
Make sure that we use the right interface for 6rd
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index fb4a56c..abe0dc7 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -506,7 +506,7 @@ function return_gateways_array($disabled = false) {
$gateway['dynamic'] = "default";
break;
case "6rd":
- $gateway['interface'] = "srd0";
+ $gateway['interface'] = "stf0";
$gateway['dynamic'] = "default";
break;
default:
OpenPOWER on IntegriCloud