osmo-ggsn-master: fix syntax of "make run" arguments

This commit is contained in:
Harald Welte 2017-10-14 14:24:48 +00:00
parent c4281f8204
commit 6202d089c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
RUN_ARGS?=--cap-add=NET_ADMIN --device /dev/net/tun:/dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0--rm --network sigtran --ip 172.18.0.201 -v ggsn-vol:/data --stop-signal SIGINT
RUN_ARGS?=--cap-add=NET_ADMIN --device /dev/net/tun:/dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0 --rm --network sigtran --ip 172.18.0.201 -v ggsn-vol:/data --stop-signal SIGINT
include ../make/Makefile