#20443: igmpproxy will not start at boot up
-----------------------+----------------------------------
  Reporter:  paulc74   |      Owner:  developers
      Type:  defect    |     Status:  new
  Priority:  high      |  Milestone:  Chaos Calmer (trunk)
 Component:  packages  |    Version:  Trunk
Resolution:            |   Keywords:
-----------------------+----------------------------------

Comment (by puleglot):

 This is probably due to the following code from init script:

 {{{
         [ -n "$device" -a "$up" = "1" ] || {
                 procd_append_param error "$network is not up"
                 return;
         }
 }}}

 As a result $has_upstream in most cases is undefined and igmpproxy is not
 started.

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