diff options
author | Steven Barth <steven@midlink.org> | 2008-05-14 18:16:51 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-14 18:16:51 +0000 |
commit | ba971df2afce4dbded063b887bd521e702be55e4 (patch) | |
tree | 85205c7c6c986b9b8dfa1e7b507b538c2913d351 /applications/luci-fw/src/model/menu/50luci-fw.lua | |
parent | 3f4f75b1079eb1ea29b6c2fde9a3dd25c52f2fe4 (diff) |
* applications/luci-fw: Added support for customizing inter-device routing
* applications/luci-fw: Adapted Firewallscripts to better integrate into OpenWRT networking concept
Diffstat (limited to 'applications/luci-fw/src/model/menu/50luci-fw.lua')
-rw-r--r-- | applications/luci-fw/src/model/menu/50luci-fw.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-fw/src/model/menu/50luci-fw.lua b/applications/luci-fw/src/model/menu/50luci-fw.lua index 93aba2fabe..b7543b0621 100644 --- a/applications/luci-fw/src/model/menu/50luci-fw.lua +++ b/applications/luci-fw/src/model/menu/50luci-fw.lua @@ -1,3 +1,4 @@ sel("admin", "network") act("portfw", "Portweiterleitung") +act("routing", "Routing") act("firewall", "Firewall")
\ No newline at end of file |