Skip to content
Snippets Groups Projects
Unverified Commit 2d660c2e authored by Nico's avatar Nico
Browse files

bb_babel: disable rp_filter

parent cd05cab3
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,11 @@
ansible.builtin.include_tasks:
file: loopback.yml
- name: Disable rp_filter because of asymmetric routing
ansible.builtin.copy:
dest: /etc/sysctl.d/999-bb-babel-rp-filter.conf
content: 'net.ipv4.conf.all.rp_filter=0'
- name: Create interface network config for peering interfaces
ansible.builtin.template:
src: peer.network.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment