From f6a0b09c6f3c94163c0af2d96322715e83bcdb9d Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Wed, 4 Dec 2013 19:29:42 -0800 Subject: [PATCH] Add rule to allow wifi to forward traffic to wifi Previous rules would of not allowed mesh traffic to be forwarded out. --- files/etc/config.mesh/firewall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/etc/config.mesh/firewall b/files/etc/config.mesh/firewall index 73e6d459..7dd11b69 100644 --- a/files/etc/config.mesh/firewall +++ b/files/etc/config.mesh/firewall @@ -40,6 +40,9 @@ config forwarding option src lan option dest wifi +config forwarding + option src wifi + option dest wifi # Allow IPv4 ping