gluon-client-bridge: change local_node interface to be part of client zone

This commit is contained in:
Christof Schulze 2017-06-17 12:27:41 +02:00
parent 869ceb425c
commit a051deb995

View File

@ -44,7 +44,8 @@ uci:save('network')
uci:delete('firewall', 'client')
uci:section('firewall', 'zone', 'client', {
name = 'client',
network = {'client'},
network = {'client','local_node',},
conntrack = '1',
input = 'DROP',
output = 'DROP',
forward = 'DROP',