-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Description:
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:
def _create_driver_opt(self, machine: Machine, interface: Interface) -> dict[str, str]: |
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done