1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Disable handover choice for MPTCP, not supported

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-07 22:12:19 +02:00
parent a41a493715
commit e2d370aa34

View file

@ -59,7 +59,7 @@ mptcp:value("on", translate("enabled"))
mptcp:value("off", translate("disabled"))
mptcp:value("master", translate("master"))
mptcp:value("backup", translate("backup"))
mptcp:value("handover", translate("handover"))
--mptcp:value("handover", translate("handover"))
mptcp.default = "off"