policy-routing.lua 289 B

123456789
  1. -- Copyright 2011 Manuel Munz <freifunk at somakoma de>
  2. -- Licensed to the public under the Apache License 2.0.
  3. module "luci.controller.freifunk.policy-routing"
  4. function index()
  5. entry({"admin", "freifunk", "policyrouting"}, cbi("freifunk/policyrouting"),
  6. _("Policy Routing"), 60)
  7. end