On 2012-05-30 12:27 PM, Roberto Riggio wrote:
> Hi,
> 
> I'm trying to adapt a package (wing, a routing protocol for WMN) to the 
> new netifd infrastructure.
> 
> I defined a new protocol by adding a new script in /lib/netfid/proto 
> called wing.sh. The script (inspired by dhcp.sh) defines the following 
> functions:
> 
> proto_wing_init_config()
> proto_wing_teardown()
> proto_wing_setup()
> 
> In the network configuration I have
> 
> config 'interface' 'mesh'
>          option 'proto' 'wing'
> 
> The problem is that whe I call
> 
> ifup mesh
> 
> none of the function about is actually called. Same result if I call 
> directly:
> 
> ubus call network.interface.mesh up
> 
> what am I missing?
Please post the full script. What does 'ifstatus mesh' show?

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to