#20402: IPV4 Link-Local for Openwrt
----------------------+----------------------------------
 Reporter:  tingluo   |      Owner:  developers
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:  Chaos Calmer (trunk)
Component:  packages  |    Version:  Trunk
 Keywords:            |
----------------------+----------------------------------
 Dear Developers,
 This is part of collected effort in creating a Client Device used in LAN
 environment. Openwrt is a really awesome platform and we would like to see
 its show in user/client space too!
 We are very close to finish our product but bumped into few issue during
 external certification test.

 Issue:
 Openwrt cannot self-assign a IPV4 link-local address while DHCP server is
 not available.

 Environment:
 /etc/config/network

 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.1'
         option force_link '1'
         option type 'bridge'
         option proto 'dhcp'

 config switch
         option name 'switch0'
         option reset '1'
         option enable_vlan '1'

 config switch_vlan
         option device 'switch0'
         option vlan '1'
         option ports '0 4 6t'

--
Ticket URL: <https://dev.openwrt.org/ticket/20402>
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