From 0c77c314c441b9f1a9967a9bdc0ee6ad0a8fc90b Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 9 Aug 2010 17:57:34 +0000 Subject: Get the real flags set on the interface to make code below work properly! Ticket #88. --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.1