Skip to content
Snippets Groups Projects
  • Matthias Schiffer's avatar
    778bf905
    gluon-mesh-batman-adv: add UCI setting for hop penalty · 778bf905
    Matthias Schiffer authored
    Add a UCI setting gluon.mesh_batman_adv.hop_penalty
    
    Example UCI commands:
    
        uci set gluon.mesh_batman_adv=mesh_batman_adv
        uci set gluon.mesh_batman_adv.hop_penalty=20
        uci commit
    
    `/etc/config/gluon` config section:
    
        config mesh_batman_adv 'mesh_batman_adv'
        	option hop_penalty '20'
    
    Fixes: #1942
    778bf905
    History
    gluon-mesh-batman-adv: add UCI setting for hop penalty
    Matthias Schiffer authored
    Add a UCI setting gluon.mesh_batman_adv.hop_penalty
    
    Example UCI commands:
    
        uci set gluon.mesh_batman_adv=mesh_batman_adv
        uci set gluon.mesh_batman_adv.hop_penalty=20
        uci commit
    
    `/etc/config/gluon` config section:
    
        config mesh_batman_adv 'mesh_batman_adv'
        	option hop_penalty '20'
    
    Fixes: #1942