summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorlgcosta <lgcosta@pfsense.org>2011-05-23 11:56:32 -0300
committerlgcosta <lgcosta@pfsense.org>2011-05-23 11:56:32 -0300
commit7a18dfa4ed218ad7b114d9cd52c008a76c811614 (patch)
tree0c0036bac569cf2921228e9596b14f808dcbc684 /etc/inc/interfaces.inc
parentabcdca835cbce83d72d70bb957bbbf2118ae3d01 (diff)
downloadpfsense-7a18dfa4ed218ad7b114d9cd52c008a76c811614.zip
pfsense-7a18dfa4ed218ad7b114d9cd52c008a76c811614.tar.gz
Fixes #1444. Implements the same fix that issue ermal made in #1522 to the console menu
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index dae5495..393833f 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -932,9 +932,9 @@ function interfaces_configure() {
return 0;
}
-function interface_reconfigure($interface = "wan") {
+function interface_reconfigure($interface = "wan", $reloadall = false) {
interface_bring_down($interface);
- interface_configure($interface, true);
+ interface_configure($interface, $reloadall);
}
function interface_vip_bring_down($vip) {
OpenPOWER on IntegriCloud