:: Re: [DNG] New release of simple-net…
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: 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.