interface: support "zone" config option
authorRafał Miłecki <rafal@milecki.pl>
Wed, 27 Jul 2022 05:34:39 +0000 (07:34 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Thu, 11 Aug 2022 15:07:58 +0000 (17:07 +0200)
commit87fbefd95043c24ccd3d5639a90721a5ed0b8267
tree47913101bd3a679086844bb4c9faf36febf7d2e2
parent39ef9fe1388029c476db62889ef2ef5661613321
interface: support "zone" config option

Many protocol handlers support "zone" option independently and they pass
it in the "data". Then it's read e.g. by a firewall[34].

Add support for "zone" directly to the netifd so:
1. It works for all protocols
2. Handlers don't have to duplicate code

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
interface.c
interface.h
ubus.c