blob: c62959460bbdd0dc117d8f4114c239ca580c8dac [file] [log] [blame]
Eric Newberry0af79b62020-04-29 00:55:16 -07001#!/bin/bash
2# Configuration steps specific to docker instances of router
3
4sysctl net.ipv4.ip_forward=1
5sysctl net.ipv6.conf.all.forwarding=1