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, pespin/fix-iproute has been updated
discards 1d9628a26f47f5b84f8dccb24d43a80349f7f145 (commit)
via f9108cc53168b72bc35152b93a647e6c69f8a8c0 (commit)
via 40d8c08b8959aba92816a64573fefb18b7c4fd85 (commit)
via 3a8fb39d6d91d5e7e7ac5ef649ba74977fcede3e (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (1d9628a26f47f5b84f8dccb24d43a80349f7f145)
\
N -- N -- N (f9108cc53168b72bc35152b93a647e6c69f8a8c0)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=f9108cc53168b72bc35152b93a647e…
commit f9108cc53168b72bc35152b93a647e6c69f8a8c0
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Oct 12 17:56:55 2017 +0200
WIP
Change-Id: Ia715fa6c81a647b1062ef0ffede4cb8642a25c70
http://cgit.osmocom.org/osmo-ggsn/commit/?id=40d8c08b8959aba92816a64573fefb…
commit 40d8c08b8959aba92816a64573fefb18b7c4fd85
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Oct 12 16:42:46 2017 +0200
lib/tunc.c: tun_ipv6_linklocal_get(): fix memory leak with getifaddrs()
From getifaddrs(3) man:
"The data returned by getifaddrs() is dynamically allocated and should
be freed using freeifaddrs() when no longer needed"
Change-Id: If6300d1c8d36fcafef294a4c11bbda31a158bb9c
http://cgit.osmocom.org/osmo-ggsn/commit/?id=3a8fb39d6d91d5e7e7ac5ef649ba74…
commit 3a8fb39d6d91d5e7e7ac5ef649ba74977fcede3e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Oct 11 18:56:08 2017 +0200
apnt_start(): Pass ippool flags to avoid certain IPs
Commit dda21ed7d4a897c9284c69175d0da598598eae40 modified previous calls
to ippool_new() removing the pass of flags to avoid allocating certain
problematic IPs from the pool to MS, such as the network, gateway and
broadcast IPs.
Today I did some unsucessful tests with osmo-ggsn with a pool "ip prefix
dynamic 176.16.222.0/24", and thus IP 176.16.222.0 was being assigned to
the MS. De-capsulated DNS packets were received in the tun interface,
but the Linux system in there was unable to correctly forward the
packets to the gateway interface connected to the Internet. However,
adding a second MS which got 176.16.222.1 had its packets forwarded
correctly.
Change-Id: I72ae59ad5929ca0dc9ee69937c50e57a5f49ca76
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 32 +++++++++++++++++++++++---------
lib/in46_addr.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
lib/in46_addr.h | 3 +++
lib/ippool.c | 38 ++++++++++++++++++++++++--------------
lib/ippool.h | 13 ++++++-------
lib/tun.c | 46 +++++++++++++++++++++++++++++++++++++++++-----
lib/tun.h | 9 +++++----
7 files changed, 153 insertions(+), 40 deletions(-)
hooks/post-receive
--
The OpenGGSN project