openggsn.git branch laforge/ipv6 updated. 0.93-16-gf3e096d

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Aug 3 00:25:25 UTC 2017


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, laforge/ipv6 has been updated
  discards  fed366e34fd650dec5f1fe8fbdb56ac50985d91d (commit)
  discards  109c14c2fab9554a8ec90f1df13f03f6f824d251 (commit)
  discards  88a37ce7021cab973c3ef09549b1b915ca766d99 (commit)
  discards  e1f4ce3bf26435d7c53dd0ae43b9a5cde765b7f8 (commit)
  discards  68295b2b9a4c790bb653b97f033482c1fbbc5368 (commit)
  discards  ef761f64753e9dc344148383db42d5235123405c (commit)
       via  f3e096d8d0204ca61c255d2263e6675d9cc430da (commit)
       via  d2525908fdc7828aff670214c17e06a9f72ba8d9 (commit)
       via  00f58d2118a4298df079bbd0ca2a01226e1684b7 (commit)
       via  b242b81671181e1098286e26e338e88b1e712944 (commit)
       via  5f2722668014514e304f91057859dc42c7d044f1 (commit)
       via  bcae79b00e19f74a719d12887070de9f19f18701 (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 (fed366e34fd650dec5f1fe8fbdb56ac50985d91d)
            \
             N -- N -- N (f3e096d8d0204ca61c255d2263e6675d9cc430da)

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/openggsn/commit/?id=f3e096d8d0204ca61c255d2263e6675d9cc430da

commit f3e096d8d0204ca61c255d2263e6675d9cc430da
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Aug 3 00:47:03 2017 +0200

    Support setting TUN device IPv6 address + prefix
    
    As we can now have PDP contexts with IPv6 user IP payload,
    it is useful to extend the TUN related code to be able to
    configure the tun device IPv6 address + prefix length
    
    Change-Id: I899d21e52d02e0b8384af29ddd489ff19c8f2cf6

http://cgit.osmocom.org/openggsn/commit/?id=d2525908fdc7828aff670214c17e06a9f72ba8d9

commit d2525908fdc7828aff670214c17e06a9f72ba8d9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Aug 3 00:00:23 2017 +0200

    ggsn: Send proper errors in create_context_ind()
    
    When we receive PDP context requests for unknown PDP types or if
    we run out of dynamic addresses, we need to inform the SGSN that
    PDP context creation failed.
    
    Change-Id: Ibf199c1726130d27c8f80230b30ee51101c93b06

http://cgit.osmocom.org/openggsn/commit/?id=00f58d2118a4298df079bbd0ca2a01226e1684b7

commit 00f58d2118a4298df079bbd0ca2a01226e1684b7
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Aug 2 21:48:16 2017 +0200

    IPv6 support for user IP
    
    This patch enables the use of IPv6 PDP contexts.  The phone will
    have to request an IPv6 End-user-Address, and the GGSN will have
    to be configured for an IPv6 pool.
    
    The outer transport-layer IP between SGSN and GGSN must still be
    IPv4, it is not modified by this patch
    
    Change-Id: I22c3bf32a98e5daf99d6eaeac8c9f95cc7574774

http://cgit.osmocom.org/openggsn/commit/?id=b242b81671181e1098286e26e338e88b1e712944

commit b242b81671181e1098286e26e338e88b1e712944
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Aug 2 22:58:54 2017 +0200

    ippool_new(): const-ify input arguments
    
    Change-Id: If3e53584e8c9c1f06bba4c183c9fd65fae913904

http://cgit.osmocom.org/openggsn/commit/?id=5f2722668014514e304f91057859dc42c7d044f1

commit 5f2722668014514e304f91057859dc42c7d044f1
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Aug 2 21:10:09 2017 +0200

    lib/tun.h: Remove non-endian-safe redefinition of IP header
    
    We can simply use 'struct iphdr' from netinet/ip.h to achieve
    the same goal (and be portable).
    
    Change-Id: Ieece22e127dc14a7ffdc3b05656628989ad00b32

http://cgit.osmocom.org/openggsn/commit/?id=bcae79b00e19f74a719d12887070de9f19f18701

commit bcae79b00e19f74a719d12887070de9f19f18701
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Aug 2 19:49:47 2017 +0200

    ippool: Add IPv6 support to IP pool implementation
    
    Change-Id: Ib98cc4bf634d6be9a7bf8c03a24e629455fcafc8

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |  6 ++++++
 lib/ippool.c |  3 +--
 lib/tun.h    | 26 ++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list