RV1106如何设置MTU?

  • 您好,在linux平台上mtu设置的通用命令如下

    Code: Select all

    ifconfig eth0 down
    ip link set dev eth0 mtu <value>
    ifconfig eth0 up