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.
_______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
