Show pagesourceOld revisionsBacklinksBack to top × ubus network Package: netifd DESIGN document at repo of netifd Path Procedure Signature Description network restart { } Restart the network, reconfigures all interfaces network reload { } Reload the network, reconfigure as needed network.device status { “name”: “ifname” } Dump status of given network device ifname network.device set_state { “name”: “ifname”, “defer”: deferred } Defer or ready the given network device ifname, depending on the boolean value deferred network.interface.name up { } Bring interface name up network.interface.name down { } Bring interface name down network.interface.name status { } Dump status of interface name network.interface.name prepare { } Prepare setup of interface name network.interface.name add_device { “name”: “ifname” } Add network device ifname to interface name (e.g. for bridges: brctl addif br-name ifname) network.interface.name remove_device { “name”: “ifname” } Remove network device ifname from interface name (e.g. for bridges: brctl delif br-name ifname) network.interface.name remove { } Remove interface name (?) This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.OKMore information about cookies Last modified: 2020/01/11 07:55by stokito