[FS#632] MP_CONFIG_INT settings not applied to meshpoint interface

LEDE Bugs lede-bugs at lists.infradead.org
Wed Mar 15 06:57:36 PDT 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - Charlemagne Lasse (charlemagnelasse) 

Attached to Project - LEDE Project
Summary - MP_CONFIG_INT settings not applied to meshpoint interface
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - Supply the following if possible:
 - Tested with OM5P-AC (on ath10k)
 - Using LEDE reboot-3637-gc8f7031ba7 with wpad-mesh

The 5GHz device was configured using following entry in /etc/config/wireless


config wifi-iface 'mesh2'         
        option device 'radio1'  
        option ifname 'mesh-5'  
        option network 'lan'    
        option mode 'mesh'      
        option mesh_id 'mymesh' 
        option disabled '0'
        option mcast_rate '54000'
        option macaddr 'ae:86:74:00:00:01'
        option mesh_ttl 1
        option mesh_fwding 0
        option ieee80211w 1
        option encryption 'psk2+aes'
        option key 'reallysecretkey'


It is expected that mesh_ttl is 1 and mesh_fwding is 0. But the reality is quite different:


root at lede:/# iw dev mesh-5 get mesh_param mesh_fwding
1
root at lede:/# iw dev mesh-5 get mesh_param mesh_ttl
31

 

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=632



More information about the lede-bugs mailing list