Skip to content
Snippets Groups Projects
Commit 884d0630 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

openthread: Gateway blueprint OTBR configuration


Ensure we enable packet forwarding for IPv6 and IPv4. This is needed
for a serving OpenThread network as well as WiFi AP services .

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent ecfb3df7
No related branches found
No related tags found
No related merge requests found
net.ipv6.conf.all.forwarding = 1
net.ipv4.ip_forward = 1
FILESEXTRAPATHS_prepend := "${THISDIR}/ot-br-posix:"
SRC_URI_append = "file://60-otbr-ip-forward.conf"
do_install_append() {
install -d ${D}${sysconfdir}/sysctl.d/
install -m 0644 ${WORKDIR}/60-otbr-ip-forward.conf ${D}${sysconfdir}/sysctl.d/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment