aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-ggsn-latest/Makefile
blob: 0142467f3225720f2ce2e1e338fd2214414fd293 (plain)
1
2
3
4
5
6
7
8
9
10
RUN_ARGS?=	\
	--rm \
	--cap-add=NET_ADMIN --device /dev/net/tun:/dev/net/tun \
	--sysctl net.ipv6.conf.all.disable_ipv6=0 \
	--sysctl net.ipv6.conf.all.forwarding=1 \
	--network sigtran --ip 172.18.0.201 \
	-v ggsn-vol:/data \
	--stop-signal SIGINT

include ../make/Makefile