1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add missing notice in omr-bypass about no interface selected use master

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-07-17 15:48:03 +02:00
parent fdb2acf85e
commit 2caf10d7f2

View file

@ -186,7 +186,7 @@ return L.view.extend({
},this));
};
o = s.option(widgets.DeviceSelect, 'interface', _('Interface'));
o = s.option(widgets.DeviceSelect, 'interface', _('Interface'),_('When none selected, MPTCP master interface is used.'));
o.noaliases = true;
o.noinactive = true;
o.nocreate = true;