#20393: netifd fails set MTU on VLAN devices
--------------------------+----------------------------------
  Reporter:  stintel      |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+----------------------------------

Comment (by roucaries.bastien@…):

 Ok something like this work:

 {{{
 config interface 'eth0'
         option ifname 'eth0'
         option proto 'none'
         option mtu '9000'

 config interface 'eth0.51'
         option ifname 'eth0.51'
         option proto 'none'
         option mtu '9000'
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/20393#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to