luci-mod-network: add missing throw
route type
Ref: https://forum.openwrt.org/t/x/177040 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
2ddfd5d395
commit
b423b4bbcf
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ return view.extend({
|
|||
o.value('prohibit');
|
||||
o.value('blackhole');
|
||||
o.value('anycast');
|
||||
o.value('throw');
|
||||
|
||||
o = s.taboption('general', form.Value, 'target', _('Target'), _('Network address'));
|
||||
o.rmempty = false;
|
||||
|
|
Loading…
Reference in a new issue