Deco S4 filling its event log after firmware update
After updating the firmware, the event log quickly fills up with the following entries. These did not appear with the older firmware.
Mon Oct 5 11:51:39 2020 user.warn IMPROXY: WARNING[imp_verify_multicast_addr@206]: Group address ff02::1:ff00:0 is link-local multicast address
Mon Oct 5 11:51:40 2020 user.notice IMPROXY: INFO[mcast_is_ex_hander@41]: Group 239.255.255.250 Group Compatibility Modeis lesser than IGMPV3
Mon Oct 5 11:51:41 2020 user.warn IMPROXY: WARNING[imp_verify_multicast_addr@206]: Group address ff02::2:ff9f:36b7 is link-local multicast address
Mon Oct 5 11:51:41 2020 user.warn IMPROXY: WARNING[imp_verify_multicast_addr@206]: Group address ff02::2:ff9f:36b7 is link-local multicast address
Mon Oct 5 11:52:06 2020 user.warn dnsproxy: [ 7696] [online_test_event_cb 260] nameserver isn't in the resolve.conf file!!!
A little Google research shows address ff02: and Group 239 belong to RFC 2365
Administratively Scoped IP Multicast protocols.
I assume those messages are used while implementing the mesh protocols between nodes. That's, fine, but why are they being logged and filling up the event log?
Thanks