To enable a larger LAN MTU (jumbo Frames) in the absence of a menu option can I just add the following to the interface section of the config file? (driver permitting)
<lan><if>re1</if>
<mtu>9000</mtu>
<ipaddr>192.168.100.254</ipaddr>
<subnet>24</subnet>
<media><mediaopt><bandwidth>100</bandwidth>
<bandwidthtype>Mb</bandwidthtype>
<bridge><disableftpproxy></disableftpproxy></bridge></mediaopt></media></lan>
<wan><if>ste0</if>
<mtu><blockpriv><media><mediaopt><bandwidth>100</bandwidth>
<bandwidthtype>Mb</bandwidthtype>
<spoofmac><disableftpproxy><ipaddr>dhcp</ipaddr>
<dhcphostname></dhcphostname></disableftpproxy></spoofmac></mediaopt></media></blockpriv></mtu></wan>