:: Re: [DNG] New release of simple-net…
Pàgina inicial
Delete this message
Reply to this message
Autor: aitor
Data:  
A: dng
Assumpte: Re: [DNG] New release of simple-netaid relaying on OpenWRT system bus
On 20/4/22 0:36, aitor wrote:

> Another example, to beep down the wired interface:
>
> $ ubus call ering.netaid interface '{ "ifname": "eth0" , "flag": "0" }'


I rectify:

$ ubus call ering.netaid interface '{ "ifname": "eth0" , "flag": 0 }'

because the flag is an integer.

Aitor.