summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/globals.inc4
-rw-r--r--etc/inc/interfaces.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 19aa2c7..837d606 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -59,9 +59,9 @@ $g = array(
"product_name" => "pfSense",
"product_copyright" => "Electric Sheep Fencing LLC",
"product_copyright_url" => "http://www.electricsheepfencing.com",
- "product_copyright_years" => "2004 - 2013",
+ "product_copyright_years" => "2004 - 2014",
"product_website" => "www.pfsense.org",
- "product_website_footer" => "http://www.pfsense.org/?gui21",
+ "product_website_footer" => "http://www.pfsense.org/?gui211",
"product_email" => "coreteam@pfsense.org",
"hideplatform" => false,
"hidedownloadbackup" => false,
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index d40bbf0..284dbff 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -884,7 +884,7 @@ function interface_gre_configure(&$gre, $grekey = "") {
if(is_ipaddrv6($gre['tunnel-remote-addr']))
file_put_contents("{$g['tmp_path']}/{$greif}_routerv6", $gre['tunnel-remote-addr']);
- interfaces_bring_up($laggif);
+ interfaces_bring_up($greif);
return $greif;
}
@@ -995,7 +995,7 @@ function interface_gif_configure(&$gif, $gifkey = "") {
mwexec("/sbin/route change -host -inet6 " . escapeshellarg($gif['remote-addr']) . " {$realifgw}");
}
- interfaces_bring_up($laggif);
+ interfaces_bring_up($gifif);
return $gifif;
}
OpenPOWER on IntegriCloud