This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenGGSN project".
The branch, master has been updated
via f5e40b7011ebc8f05104b9e44e5ff2402068fbc2 (commit)
via 02e21af657abff93319bffe1c7c0272245a6c0d1 (commit)
via bffc3f901275a8102c3f94735f48f0681458afc0 (commit)
via 7c4de0776bafa744a2a10bbf244c8e4b03544bb3 (commit)
via 077b903e11b2565673d56f51184bdbff58a1eeee (commit)
from 2d6a69e69a4b4cb2b8cc63c4810dae44e5a4d8f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ggsn/commit/?id=f5e40b7011ebc8f05104b9e44e5ff2…
commit f5e40b7011ebc8f05104b9e44e5ff2402068fbc2
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Dec 14 14:01:23 2017 +0100
Set tun_addaddr ipv agnostic and add support for ipv6
sgsnemu (the only user of this API so far) has been modified to use the
new API with in46_addr.
FreeBSD code for IPv6 has not been tested.
Change-Id: Ie36afe6eaf393855a4a708000ef4ad0192bf4767
http://cgit.osmocom.org/osmo-ggsn/commit/?id=02e21af657abff93319bffe1c7c027…
commit 02e21af657abff93319bffe1c7c0272245a6c0d1
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Dec 14 13:48:12 2017 +0100
tun.c: tun_addaddr: Fix segfault and wrong usage of tun_nlattr
First of all, dstaddr can be NULL, avoid copying it in that case.
Second, we want to copy the addr data, not the pointer. I tested it and
the IP was not added (not shown in ip addr) until I copied the content
instead of the address.
Change-Id: I8da637b155f0e913cab6c5b0dde355c9f33375b5
http://cgit.osmocom.org/osmo-ggsn/commit/?id=bffc3f901275a8102c3f94735f48f0…
commit bffc3f901275a8102c3f94735f48f0681458afc0
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Dec 14 11:19:10 2017 +0100
ggsn.c: Improve logging info on link-local ipv6 addr not found
Change-Id: I18fb952514712ff30d18c7626f84309055d3efa1
http://cgit.osmocom.org/osmo-ggsn/commit/?id=7c4de0776bafa744a2a10bbf244c8e…
commit 7c4de0776bafa744a2a10bbf244c8e4b03544bb3
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Dec 14 13:59:02 2017 +0100
cosmetic: sgsnemu.c: Fix trailing whitespace
Change-Id: Ic392ed35946e076a39aa5f7bf80a8c2ffe73562c
http://cgit.osmocom.org/osmo-ggsn/commit/?id=077b903e11b2565673d56f51184bdb…
commit 077b903e11b2565673d56f51184bdbff58a1eeee
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Dec 14 15:26:57 2017 +0100
contrib: jenkins.sh: Build libgtpnl as dep when building with gtp kernel support
Change-Id: I7ee741d4940e3c10a4944b676c9765d6808afba9
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 3 +
ggsn/ggsn.c | 8 ++-
lib/tun.c | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
lib/tun.h | 4 +-
sgsnemu/sgsnemu.c | 38 +++++------
5 files changed, 210 insertions(+), 29 deletions(-)
hooks/post-receive
--
The OpenGGSN project