summaryrefslogtreecommitdiff
path: root/ubus.h
Commit message (Collapse)AuthorAgeFilesLines
* ubus: let fw3_ubus_address() return the number of resolved addressesJo-Philipp Wich2018-02-131-1/+1
| | | | | | | | Change fw3_ubus_address() to return the number of addresses resolved from the given network name, this will be required to handle failed resolving in higher layers later on. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* make fw3_ubus_address take a list_head * argument instead of allocating & ↵Felix Fietkau2014-06-301-1/+1
| | | | | | returning one Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Add support for netifd-generated rulesSteven Barth2014-04-141-0/+2
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Improve ubus supportSteven Barth2013-10-231-0/+2
| | | | | | | | * Use network.interface dump call instead of individual status calls to reduce overall netifd lookups and invokes to 1 per fw3 process. * Allow protocol handlers to assign a firewall zone for an interface in the data section to allow for dynamic firewall zone assignment.
* Remove fw3_ubus_address_free() and use fw3_free_list() insteadJo-Philipp Wich2013-05-261-1/+0
|
* initial commitJo-Philipp Wich2013-02-171-0/+36