mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
luci-proto-ipip: explicitly set df to optional
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
This commit is contained in:
parent
8752701b0d
commit
f62b36ee38
@ -64,6 +64,7 @@ return network.registerProtocol('ipip', {
|
||||
o.optional = true;
|
||||
o.datatype = 'range(0, 255)';
|
||||
|
||||
s.taboption('advanced', form.Flag, 'df', _("Don't Fragment"), _("Enable the DF (Don't Fragment) flag of the encapsulating packets."));
|
||||
o = s.taboption('advanced', form.Flag, 'df', _("Don't Fragment"), _("Enable the DF (Don't Fragment) flag of the encapsulating packets."));
|
||||
o.optional = true;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user