aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-ggsn-latest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-ggsn-latest/Makefile')
-rw-r--r--osmo-ggsn-latest/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/osmo-ggsn-latest/Makefile b/osmo-ggsn-latest/Makefile
new file mode 100644
index 0000000..0142467
--- /dev/null
+++ b/osmo-ggsn-latest/Makefile
@@ -0,0 +1,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