Mwan3 Eliminate ipv6?

I have 3 interfaces, supervised by mwan3, for auto-switchover. And I eliminated ipv6 (almost) completely in my custom built image.
However, I still see following, redundant processes
1834 1730 root S 1660 1% 0% {mwan3rtmon} /bin/sh /usr/sbin/mwan3rtmon ipv6
1730 1 root S 1636 1% 0% {mwan3rtmon} /bin/sh /usr/sbin/mwan3rtmon ipv6
1833 1730 root S 1504 1% 0% ip -6 monitor route

Any idea, how to get rid of them, to free some resources ?

Open /etc/init.d/mwan3, go to line 49 and comment out this block.

        #if command -v ip6tables > /dev/null; then
        #       procd_open_instance rtmon_ipv6
        #       procd_set_param command /usr/sbin/mwan3rtmon ipv6
        #       procd_set_param respawn
        #       procd_close_instance
        #fi
1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.