tunneldigger-broker: add option to isolate bridge ports
authorPerry Melange <isprotejesvalkata@gmail.com>
Sat, 29 Jul 2023 19:50:28 +0000 (21:50 +0200)
committerNick Hainke <vincent@systemli.org>
Wed, 23 Aug 2023 11:46:32 +0000 (13:46 +0200)
commit930223cf4b0e9183a604c13a8b0f6e1bfed179d8
treeb8dc4c473a3a266fbdeecf7f3e9eea918e36909b
parent855f7f0e03c174bb261c4f3eed627206c83748ad
tunneldigger-broker: add option to isolate bridge ports

Add new option to a config bridge section to indicate
if a bridge port added to the bridge should be isolated
or not.  The default is 0 (no isolation).

example

config bridge
     option interface 'br-mybridge1446'
     option mtu '1446'
     option isolate '1' # default '0'

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
(cherry picked from commit 49cdf15da458c384d6c0cd19b228e2d84ba205f4)
net/tunneldigger-broker/files/hook-mtu-changed
net/tunneldigger-broker/files/hook-setup
net/tunneldigger-broker/files/tunneldigger.sh