[luci] [LuCI] #200: Consider adding IPv6 tunnel info to the new Status page

LuciTrac trac at luci.subsignal.org
Sun Feb 13 00:47:49 CET 2011


#200: Consider adding IPv6 tunnel info to the new Status page
-----------------------+----------------------------------------------------
  Reporter:  reporter  |        Type:  enhancement      
    Status:  reopened  |    Priority:  minor            
 Milestone:            |   Component:  LuCI Applications
Resolution:            |    Keywords:  IPv6 tunnel Wan  
-----------------------+----------------------------------------------------
Changes (by jow):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 I see, can you provide some more details? The status page code is supposed
 to derive the "wan" interface solely from the existance of an IPv6 default
 route, it does not make assumptions about names or protocols at all.

 Can you run this simple testcase on the cli?

 {{{
 lua -lluci.sys -lluci.model.network -e 'd=luci.sys.net.defaultroute6();
 print(d and d.device);
 w=luci.model.network.init():get_interface(d.device); print(w);
 n=w:get_network(); print(n and n:ifname())'
 }}}

-- 
Ticket URL: <http://luci.subsignal.org/ticket/200#comment:3>
LuCI <http://luci.subsignal.org>
LuCI - Lua Configuration Interface


More information about the luci mailing list