From `man ip`: >advmss NUMBER (2.3.15+ only) > the MSS ('Maximal Segment Size') to advertise to these destinations when establishing TCP connections. If it is not given, Linux uses a default value calculated from the first hop device MTU. (If the path to these destination is asymmetric, this guess may be wrong.) But busybox-1.21.1 (and trunk afaiu) doesn't support it: >$busybox ip ro add default via 1.1.1.1 dev eth1 advmss 8910 >ip: either "to" is duplicate, or "advmss" is garbage
Fixed in git.