Skip to content

systemd sysctl rp_filter conflicting with cilium  #2

@vincentmli

Description

@vincentmli

openEuler systemd-sysctl could overwrite cilium rp_filter and cause similar issue reported in in cilium/cilium#10645, use workaround below to solve the problem

cat /etc/sysctl.d/90-override.conf

net.ipv4.conf.default.rp_filter = 0 
net.ipv4.conf.*.rp_filter = 0 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions