Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rp_filter not properly set on eth0 #320

Open
tcaiazzi opened this issue Nov 19, 2024 · 0 comments
Open

rp_filter not properly set on eth0 #320

tcaiazzi opened this issue Nov 19, 2024 · 0 comments

Comments

@tcaiazzi
Copy link
Member

tcaiazzi commented Nov 19, 2024

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]:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant