This fixes an error in the forwarding sysctl conf example.
The original would give the following error when loaded manually: "sysctl: cannot stat /proc/sys/net/ipv4/ip_forwarding: No such file or directory"
Pull-Request has been merged by pboy
Many thanks for the fix! I noticed the warning, too. Well, everything worked nevertheless, therefore I missed to evaluate the reason.
This fixes an error in the forwarding sysctl conf example.
The original would give the following error when loaded manually:
"sysctl: cannot stat /proc/sys/net/ipv4/ip_forwarding: No such file or directory"