luci-proto-relay: propagate up state, do not forward netifd errors
authorJo-Philipp Wich <jo@mein.io>
Sat, 28 Jul 2018 12:09:34 +0000 (14:09 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 28 Jul 2018 15:14:22 +0000 (17:14 +0200)
commit680a6d2ad323e699098a7474a57df0299e4dd848
treed1a997a6177e558974239d3417aeeb9460947d08
parent520afa4c3915b792aa019e44c351100bd240c90a
luci-proto-relay: propagate up state, do not forward netifd errors

Due to historical reasons, the relayd daemon configuration resides in the
form of a fake "config interface" section in /etc/config/network without
actually registering a protocol handler.

This causes netifd to emit an "INVALID_PROTO" error for the interface
which is technically correct, but confusing for LuCI users.

This situation needs to be resolved upstream by either moving relayd
configuration out of the network config, or by converting the relayd
service into a proper protocol handler.

Until this happens, do not report any netifd errors since we're not
operating on an actual interface.

While we're at it, also propagate the protocol up state from the fake
virtual device to ensure that LuCI displays the relay bridge as "up"
when all relayed interfaces are up as well.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit aae187dedf726fe609ede8260f8f8343d843d046)
protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua