summaryrefslogtreecommitdiff
path: root/openstack/usr
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-15 05:02:24 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-16 16:34:48 +0000
commitcfe02827cdd33d19f053514be8d5cf531317e1dd (patch)
tree3a1c5cdec60b5d232b5e8d5f21e665d52304bc1a /openstack/usr
parentfb3a02d5a472b8ce2a8acdfaff89143a56845e7b (diff)
downloaddefinitions-cfe02827cdd33d19f053514be8d5cf531317e1dd.tar.gz
OpenStack: Disable rp filtering
This drop-in file will be processed by systemd on boot. Change-Id: I055d22dd481cc5084f6dbacbb787c3015d75461e
Diffstat (limited to 'openstack/usr')
-rw-r--r--openstack/usr/lib/sysctl.d/neutron.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/openstack/usr/lib/sysctl.d/neutron.conf b/openstack/usr/lib/sysctl.d/neutron.conf
new file mode 100644
index 00000000..644ca116
--- /dev/null
+++ b/openstack/usr/lib/sysctl.d/neutron.conf
@@ -0,0 +1,3 @@
+# Disable rp filtering, enabling forwarding is handled by networkd
+net.ipv4.conf.all.rp_filter=0
+net.ipv4.conf.default.rp_filter=0