summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-09 17:57:34 +0000
committerErmal <eri@pfsense.org>2010-08-09 17:57:34 +0000
commit0c77c314c441b9f1a9967a9bdc0ee6ad0a8fc90b (patch)
treedbf12b36b37fb7622c1164a50ce0c9078b0748aa /etc
parentc708bdd490c2652ec055b543cc60a7ad391ef63a (diff)
downloadpfsense-0c77c314c441b9f1a9967a9bdc0ee6ad0a8fc90b.zip
pfsense-0c77c314c441b9f1a9967a9bdc0ee6ad0a8fc90b.tar.gz
Get the real flags set on the interface to make code below work properly! Ticket #88.
Diffstat (limited to 'etc')
-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 6356a70..9e802d2 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -473,7 +473,7 @@ function interface_bridge_add_member($bridgeif, $interface) {
if ($mtu != $mtum)
pfSense_interface_mtu($interface, $mtu);
- pfSense_get_interface_addresses($bridgeif);
+ $options = pfSense_get_interface_addresses($bridgeif);
if (isset($options['encaps']['txcsum']))
pfSense_interface_capabilities($interface, IFCAP_TXCSUM);
else
OpenPOWER on IntegriCloud