luci-app-pbr: initial commit 6127/head
authorStan Grishin <stangri@melmac.ca>
Sat, 3 Dec 2022 02:32:45 +0000 (02:32 +0000)
committerStan Grishin <stangri@melmac.ca>
Sun, 4 Dec 2022 17:48:46 +0000 (17:48 +0000)
commit60ee510924a3818ddee7a19d651de9647fd41723
tree6f2f50801bf4d3bcda51a229617e6a42841bf604
parentbcc94cfdf9d6ae6fb5b0fb9a87b57374daa46ad1
luci-app-pbr: initial commit

Depends on https://github.com/openwrt/packages/pull/20010

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit eb21c74b6f7c96226bdf3ca3601e628599041a45)
94 files changed:
applications/luci-app-pbr/Makefile [new file with mode: 0644]
applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js [new file with mode: 0644]
applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js [new file with mode: 0644]
applications/luci-app-pbr/po/ar/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/bg/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/bn_BD/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ca/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/cs/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/da/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/de/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/el/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/en/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/es/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/fi/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/fr/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/he/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/hi/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/hu/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/it/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ja/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ko/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/mr/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ms/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/nb_NO/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/pl/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/pt/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/pt_BR/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ro/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ru/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/sk/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/sv/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/templates/pbr.pot [new file with mode: 0644]
applications/luci-app-pbr/po/tr/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/uk/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/vi/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hans/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hans/zh-cn/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hant/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hant/zh-tw/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/root/etc/uci-defaults/40_luci-pbr [new file with mode: 0644]
applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr [new file with mode: 0755]
applications/luci-app-pbr/root/usr/share/luci/menu.d/luci-app-pbr.json [new file with mode: 0644]
applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json [new file with mode: 0644]
applications/luci-app-vpn-policy-routing/Makefile [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/css.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm [deleted file]
applications/luci-app-vpn-policy-routing/po/ar/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/bg/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/bn_BD/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ca/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/cs/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/el/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/en/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/fi/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/hi/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/it/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ja/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ko/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ms/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/nb_NO/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ro/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/sk/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/sv/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/templates/vpn-policy-routing.pot [deleted file]
applications/luci-app-vpn-policy-routing/po/vi/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/zh_Hans/zh-cn/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/zh_Hant/zh-tw/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/root/etc/uci-defaults/40_luci-vpn-policy-routing [deleted file]
applications/luci-app-vpn-policy-routing/root/usr/share/rpcd/acl.d/luci-app-vpn-policy-routing.json [deleted file]
applications/luci-app-vpnbypass/Makefile [deleted file]
applications/luci-app-vpnbypass/htdocs/luci-static/resources/view/vpnbypass/overview.js [deleted file]
applications/luci-app-vpnbypass/htdocs/luci-static/resources/vpnbypass/widgets.js [deleted file]
applications/luci-app-vpnbypass/po/bg/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/bn_BD/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ca/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/da/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/en/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/he/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/hi/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ms/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/nb_NO/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/sk/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/templates/vpnbypass.pot [deleted file]
applications/luci-app-vpnbypass/root/etc/uci-defaults/40_luci-vpnbypass [deleted file]
applications/luci-app-vpnbypass/root/usr/libexec/rpcd/luci.vpnbypass [deleted file]
applications/luci-app-vpnbypass/root/usr/share/luci/menu.d/vpnbypass.json [deleted file]
applications/luci-app-vpnbypass/root/usr/share/rpcd/acl.d/luci-app-vpnbypass.json [deleted file]