openggsn.git branch laforge/ipv6 updated. 0.93-17-g5a0f66a

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 22:24:53 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  f3e096d8d0204ca61c255d2263e6675d9cc430da (commit)
  discards  d2525908fdc7828aff670214c17e06a9f72ba8d9 (commit)
  discards  00f58d2118a4298df079bbd0ca2a01226e1684b7 (commit)
  discards  b242b81671181e1098286e26e338e88b1e712944 (commit)
  discards  5f2722668014514e304f91057859dc42c7d044f1 (commit)
  discards  bcae79b00e19f74a719d12887070de9f19f18701 (commit)
       via  5a0f66a434bc519383896633004f008292183e4b (commit)
       via  6a2019bd92acd18fd13eab03fcfd93e2a0c4f3d6 (commit)
       via  178fd5d3550b27260b13ff60de8cd8b025103cd9 (commit)
       via  baacf9e139aae66dbb737bb6e4e305e3c2a73f64 (commit)
       via  990af295af29f0cb115a8ac0bc7fd19ae13dbd12 (commit)
       via  0483ee86e2e5cc3581bdb952ce85235386c8f4f2 (commit)
       via  d9d8862a58702ba71b5194faa01ecf1eb234519c (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 (f3e096d8d0204ca61c255d2263e6675d9cc430da)
            \
             N -- N -- N (5a0f66a434bc519383896633004f008292183e4b)

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=5a0f66a434bc519383896633004f008292183e4b

commit 5a0f66a434bc519383896633004f008292183e4b
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=6a2019bd92acd18fd13eab03fcfd93e2a0c4f3d6

commit 6a2019bd92acd18fd13eab03fcfd93e2a0c4f3d6
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=178fd5d3550b27260b13ff60de8cd8b025103cd9

commit 178fd5d3550b27260b13ff60de8cd8b025103cd9
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=baacf9e139aae66dbb737bb6e4e305e3c2a73f64

commit baacf9e139aae66dbb737bb6e4e305e3c2a73f64
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=990af295af29f0cb115a8ac0bc7fd19ae13dbd12

commit 990af295af29f0cb115a8ac0bc7fd19ae13dbd12
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=0483ee86e2e5cc3581bdb952ce85235386c8f4f2

commit 0483ee86e2e5cc3581bdb952ce85235386c8f4f2
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

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

commit d9d8862a58702ba71b5194faa01ecf1eb234519c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Aug 4 00:22:35 2017 +0200

    Proper fix for "Force Dynamic IP" in Create PDP CTX
    
    An EUA length of *2* octets indicates dynamic IP address, while
    an EUA length of 0 is invalid.  Let's fix this hack (which needs
    to finally be removed anyway).
    
    Change-Id: Ib1b57eb0654327882044d6862d955f4b32aa6bcd

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

Summary of changes:
 ggsn/ggsn.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list