From: Alexandre Derumier Date: Tue, 16 Oct 2018 06:20:02 +0000 (+0200) Subject: vxlan evpn : remove rp_filter=0 for symetric model X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=9f400be21b58701daefd8083e441f2c6c8f9ab39 vxlan evpn : remove rp_filter=0 for symetric model This seem be to fixed in frr 6.0. (it was packetloss with vm migration, race condition when refreshing routing table) --- diff --git a/vxlan-and-evpn.adoc b/vxlan-and-evpn.adoc index bd0bd72..9cd55fc 100644 --- a/vxlan-and-evpn.adoc +++ b/vxlan-and-evpn.adoc @@ -804,9 +804,6 @@ sysctl.conf tuning #enable routing net.ipv4.ip_forward=1 net.ipv6.conf.all.forwarding=1 -#disable reverse path filtering -net.ipv4.conf.default.rp_filter=0 -net.ipv4.conf.all.rp_filter=0 ---- * node1