diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-07-03 04:12:19 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-07-03 04:12:19 +0000 |
commit | 1ed2947caa600c1bd172ede9e374ce85b0ce6348 (patch) | |
tree | 1af2e11aecd929805297c467fec815d912d2eb0a /usr/local/pkg | |
parent | ea35697228ad61ecc21444c7a88e3539bad2f770 (diff) | |
download | pfsense-1ed2947caa600c1bd172ede9e374ce85b0ce6348.zip pfsense-1ed2947caa600c1bd172ede9e374ce85b0ce6348.tar.gz |
MFC 12867
s/interfaces_array/iface_array/ fix display of previously selected interfaces this changes where the config option is stored WARNING: OLSR configs will need to be updated (reselecting interface only)
Diffstat (limited to 'usr/local/pkg')
-rw-r--r-- | usr/local/pkg/olsrd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/pkg/olsrd.xml b/usr/local/pkg/olsrd.xml index b8957e8..55811d8 100644 --- a/usr/local/pkg/olsrd.xml +++ b/usr/local/pkg/olsrd.xml @@ -50,7 +50,7 @@ </field> <field> <fielddescr>Interfaces</fielddescr> - <fieldname>interface_array</fieldname> + <fieldname>iface_array</fieldname> <value>lan</value> <multiple>true</multiple> <size>3</size> @@ -140,4 +140,4 @@ </custom_php_install_command> <custom_php_deinstall_command> </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file +</packagegui> |