osmo-ggsn.git branch laforge/sgsnemu-v6 updated. 1.0.0-18-ge585641

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
Sun Sep 24 14:00:24 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/sgsnemu-v6 has been updated
  discards  b31a61b280858fbedf83a53a24521c5c12ee22d6 (commit)
  discards  5a1375ecb84244467f59afb46c14bcafda16eedd (commit)
       via  e585641387af4730498a04168d8e90c403efff04 (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 (b31a61b280858fbedf83a53a24521c5c12ee22d6)
            \
             N -- N -- N (e585641387af4730498a04168d8e90c403efff04)

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=e585641387af4730498a04168d8e90c403efff04

commit e585641387af4730498a04168d8e90c403efff04
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 24 21:54:59 2017 +0800

    sgsnemu: Add IPv6 supprort via tun device and "-t v6 --creatif"
    
    The idea is to only implement the GTP-C plane and configure the right
    link-local source address on the tun-device and let the regular (Linux)
    kernel take care of sending router solicitations and
    accepting/processing the related router advertisement.  This avoids a
    lot of complexity in sgsnemu.
    
    For this to work, you must have /proc/sys/net/conf/$tun/accept_ra set
    to either 1 (works only if no IPv6 forwarding/routing configured on your
    sgsnemu-running system) or 2 (works even if forwarding/routing is
    configured).
    
    Change-Id: I57e4c53ee648e1efecfba3eea592d1129849557c
    Closes: OS#2518

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

Summary of changes:
 ggsn/Makefile.am         |  2 +-
 {lib => ggsn}/checksum.c |  0
 {lib => ggsn}/checksum.h |  0
 ggsn/ggsn.c              |  2 +-
 {lib => ggsn}/icmpv6.c   | 46 ----------------------------------
 {lib => ggsn}/icmpv6.h   |  3 ---
 lib/Makefile.am          |  5 ++--
 sgsnemu/sgsnemu.c        | 65 ++++++++++++++++++++++++++++++++++++++++--------
 8 files changed, 58 insertions(+), 65 deletions(-)
 rename {lib => ggsn}/checksum.c (100%)
 rename {lib => ggsn}/checksum.h (100%)
 rename {lib => ggsn}/icmpv6.c (82%)
 rename {lib => ggsn}/icmpv6.h (67%)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list