summaryrefslogtreecommitdiffstats
path: root/main/rp-pppoe/rp-pppoe.post-install
blob: b0061fcf0cd708875e1f008d0f50ef8c301153b1 (plain)
1
2
3
4
#!/bin/sh
sed -i -r 's/^\s*(net\.ipv4\.ip_forward.*)/net.ipv4.ip_forward=1/' /etc/sysctl.conf
exit 0