mirror of https://github.com/aredn/aredn.git
Add rule to allow wifi to forward traffic to wifi
Previous rules would of not allowed mesh traffic to be forwarded out.
This commit is contained in:
parent
2d73802aaa
commit
f6a0b09c6f
|
@ -40,6 +40,9 @@ config forwarding
|
||||||
option src lan
|
option src lan
|
||||||
option dest wifi
|
option dest wifi
|
||||||
|
|
||||||
|
config forwarding
|
||||||
|
option src wifi
|
||||||
|
option dest wifi
|
||||||
|
|
||||||
|
|
||||||
# Allow IPv4 ping
|
# Allow IPv4 ping
|
||||||
|
|
Loading…
Reference in New Issue