#21788: Phantom wan_6 interface
-------------------------+-----------------------------------
 Reporter:  timoce       |      Owner:  developers
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:  Barrier Breaker 14.07
Component:  base system  |    Version:  Trunk
 Keywords:  wan_6 ipv6   |
-------------------------+-----------------------------------
 On Bleeding Edge, r48558.  After disabling ipv6, still seeing a phantom
 wan_6 interface in logs despite zero reference to 'wan_6' in any config
 files.


 {{{
 Tue Feb  2 04:07:24 2016 daemon.notice netifd: Network alias 'eth0.1' link
 is up
 Tue Feb  2 04:07:24 2016 daemon.notice netifd: Interface 'wan_6' is
 enabled
 Tue Feb  2 04:07:24 2016 daemon.notice netifd: Interface 'wan_6' has link
 connectivity
 Tue Feb  2 04:07:24 2016 daemon.notice netifd: Interface 'wan_6' is
 setting up now
 Tue Feb  2 04:07:24 2016 daemon.notice netifd: Interface 'wan_6' is now up

 }}}


 Setting option enabled '0' in interface 'wan6' didn't help.  Neither was
 remarking out the whole interface 'wan6'.

 Workaround fix is to specially define a 'wan_6' interface to disable it:

 {{{
 config interface 'wan_6'
         option ifname 'eth0.1'
         option enabled '0'
 }}}

 What is this phantom interface 'wan_6' with the underscore before 6?  How
 did it get there.

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