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 34a7416ec01534ea63a580ffa3225a0e2a120443 (commit)
via 45ce2725aca73521044705cf03c99802dc3646be (commit)
via a2eb5eb7603a70c60eba88bbc27c5032357619e3 (commit)
via fdd732b130177072eb2b37a29d7cf211669453ab (commit)
via 1d8ffc6b239e837558947f38aaed165e49dd12e5 (commit)
from 58c0da7833b87cd67aee78cc0159102d70f36be3 (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=34a7416ec01534ea63a580ffa3225a…
commit 34a7416ec01534ea63a580ffa3225a0e2a120443
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Oct 13 16:24:59 2017 +0200
in46a_to_sas(): Return AF_INET6 in case of IPv6 address
Change-Id: Ia2f9ac60f08823d5f7c1a76c0b7cbd65ac615e26
http://cgit.osmocom.org/osmo-ggsn/commit/?id=45ce2725aca73521044705cf03c998…
commit 45ce2725aca73521044705cf03c99802dc3646be
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Oct 13 13:10:15 2017 +0200
tests: Remove Makefile.in
Change-Id: Ie21e8bfab7cda52aa696dd26280efc05c4b51bba
http://cgit.osmocom.org/osmo-ggsn/commit/?id=a2eb5eb7603a70c60eba88bbc27c50…
commit a2eb5eb7603a70c60eba88bbc27c5032357619e3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Oct 12 19:37:14 2017 +0800
update .gitignore
Change-Id: I030bd616dd27d49e55b5bdcc7c0b4fa3eb523da4
http://cgit.osmocom.org/osmo-ggsn/commit/?id=fdd732b130177072eb2b37a29d7cf2…
commit fdd732b130177072eb2b37a29d7cf211669453ab
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Oct 13 14:32:24 2017 +0200
Remove trailing whitespace
Change-Id: I8e24f95a88bef3a59006a89c219871e6156963d7
http://cgit.osmocom.org/osmo-ggsn/commit/?id=1d8ffc6b239e837558947f38aaed16…
commit 1d8ffc6b239e837558947f38aaed165e49dd12e5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Oct 12 19:30:49 2017 +0800
Add ippool unit-test for 'make check' runs
This test creates a variety of v4 (and one v6) pool and performs
allocations until the pool is full, then frees a random number of
randomly distributed addresses, re-allocates them and again checks that
they're all available and finally once the pool is full allocations
fail.
Change-Id: Ibf4588e8f3ae71684e5262c0caaa2689aee73a94
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 48 +-
Makefile.am | 2 +-
configure.ac | 2 +
ggsn/ggsn.c | 6 +-
lib/in46_addr.c | 4 +-
lib/ippool.c | 4 +-
lib/ippool.h | 8 +-
lib/tun.c | 6 +-
lib/tun.h | 6 +-
tests/Makefile.am | 40 +
tests/Makefile.in | 0
tests/lib/Makefile.am | 14 +
tests/lib/ippool_test.c | 118 +
tests/lib/ippool_test.err | 10 +
tests/lib/ippool_test.ok | 66555 ++++++++++++++++++++++++++++++++++++++++++++
tests/testsuite.at | 9 +
16 files changed, 66802 insertions(+), 30 deletions(-)
create mode 100644 tests/Makefile.am
delete mode 100644 tests/Makefile.in
create mode 100644 tests/lib/Makefile.am
create mode 100644 tests/lib/ippool_test.c
create mode 100644 tests/lib/ippool_test.err
create mode 100644 tests/lib/ippool_test.ok
create mode 100644 tests/testsuite.at
hooks/post-receive
--
The OpenGGSN project