#17953: netifd - hotplug ifdown events and behaving differently in VM (NIC and 
vNIC
link loss)
------------------------+------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:  netifd
------------------------+------------------------

Comment (by anonymous):

 Before:
 {{{
 root@OpenWrt:~# ifstatus wan
 {
         "up": true,
         "pending": false,
         "available": true,
         "autostart": true,
         "uptime": 1820,
         "l3_device": "eth1",
         "proto": "dhcp",
         "device": "eth1",
         "metric": 10,
         "delegation": true,
         "ipv4-address": [
                 {
                         "address": "10.0.3.2",
                         "mask": 24
                 }
         ],
 ...
 }}}

 After
 {{{
 root@OpenWrt:~# ifstatus wan
 {
         "up": false,
         "pending": false,
         "available": true,
         "autostart": true,
         "proto": "dhcp",
         "device": "eth1",
         "data": {

         }
 }
 root@OpenWrt:~#
 }}}

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