summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/systemd/files
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-11 06:24:22 +0300
committerWilliam A. Kennington III <wak@google.com>2021-05-07 04:09:53 +0300
commit5ba6d08d7f49d26ae466f6d826ed1d849972ad59 (patch)
tree56fbb156b19d25ed97437a4bf79101548a298bb5 /meta-google/recipes-google/systemd/files
parente99168aab003bd20a901f40e15823af6637a4abd (diff)
downloadopenbmc-5ba6d08d7f49d26ae466f6d826ed1d849972ad59.tar.xz
meta-google: gbmc-systemd-config: Enable packet forwarding
This allows gBMCs to route packets, needed for routing packets to the management netowrk. Change-Id: I71f59eeb12607aa9c9d64687fb983938d5d69413 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-google/systemd/files')
-rw-r--r--meta-google/recipes-google/systemd/files/40-gbmc-forward.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-google/recipes-google/systemd/files/40-gbmc-forward.conf b/meta-google/recipes-google/systemd/files/40-gbmc-forward.conf
new file mode 100644
index 000000000..9f8d1eb50
--- /dev/null
+++ b/meta-google/recipes-google/systemd/files/40-gbmc-forward.conf
@@ -0,0 +1,5 @@
+net.ipv4.ip_forward=1
+net.ipv4.conf.default.forwarding=1
+net.ipv4.conf.all.forwarding=1
+net.ipv6.conf.default.forwarding=1
+net.ipv6.conf.all.forwarding=1