You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the rp_filter value for eth0 is misconfigured on running devices. This behavior mirrors a previously encountered issue with IPv6 (#306), where internal changes in Docker caused the sysctl configuration for enabling/disabling IPv6 to not be properly applied.
Proposed Solution:
To address this, we need to set the value of rp_filter to 0 during interface creation. This can be achieved by updating the _create_driver_opt method:
Description:
Currently, the
rp_filter
value foreth0
is misconfigured on running devices. This behavior mirrors a previously encountered issue with IPv6 (#306), where internal changes in Docker caused the sysctl configuration for enabling/disabling IPv6 to not be properly applied.Proposed Solution:
To address this, we need to set the value of
rp_filter
to0
during interface creation. This can be achieved by updating the_create_driver_opt
method:Kathara/src/Kathara/manager/docker/DockerMachine.py
Line 374 in 82a1057
The text was updated successfully, but these errors were encountered: