Improve ubus support
authorSteven Barth <steven@midlink.org>
Wed, 23 Oct 2013 10:00:09 +0000 (12:00 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 23 Oct 2013 12:06:40 +0000 (12:06 +0000)
commitc25922c05ae594c4c35fa65f27fd21c3a033f4ec
tree1bb9d833effd312f6f138578ea66887de57e4890
parent76976c044de639bb4bf170aa1c7a33fbeca1f1a5
Improve ubus support

* 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.
ubus.c
ubus.h
zones.c