#13879: 6in4 ipv6 not work on latest ar71xx.
--------------------------------+---------------------------------------
  Reporter:  xinglp <xinglp@…>  |      Owner:  cyrus
      Type:  defect             |     Status:  assigned
  Priority:  normal             |  Milestone:  Attitude Adjustment 12.09
 Component:  packages           |    Version:  Trunk
Resolution:                     |   Keywords:
--------------------------------+---------------------------------------

Comment (by johnllyon@…):

 My /etc/config/network is posted below:


 {{{
 config interface 'loopback'
         option ifname 'lo'
         option proto 'static'
         option ipaddr '127.0.0.1'
         option netmask '255.0.0.0'

 config interface 'lan'
         option ifname 'eth0'
         option type 'bridge'
         option proto 'static'
         option netmask '255.255.255.0'
         option ipaddr '192.168.99.1'
         option ip6assign '64'

 config interface 'wan'
         option ifname 'eth1'
         option _orig_ifname 'eth1'
         option _orig_bridge 'false'
         option proto 'dhcp'

 config interface 'wan6'
         option ifname '@wan'
         option proto 'dhcpv6'

 config switch
         option name 'rtl8366s'
         option reset '1'
         option enable_vlan '1'
         option blinkrate '2'
         option max_length '3'
         option enable_vlan4k '1'

 config switch_vlan
         option device 'rtl8366s'
         option vlan '1'
         option ports '0 1 2 3 5'

 config switch_port
         option device 'rtl8366s'
         option port '1'
         option led '6'

 config switch_port
         option device 'rtl8366s'
         option port '2'
         option led '9'

 config switch_port
         option device 'rtl8366s'
         option port '5'
         option led '2'
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/13879#comment:10>
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