osmo-ggsn.git branch master updated. 1.1.0-45-g37c45e3

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 Dec 14 21:03:46 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, master has been updated
       via  37c45e3998fca240b5266abd3ac883d0a35bab50 (commit)
      from  f5e40b7011ebc8f05104b9e44e5ff2402068fbc2 (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=37c45e3998fca240b5266abd3ac883d0a35bab50

commit 37c45e3998fca240b5266abd3ac883d0a35bab50
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Thu Dec 14 14:09:13 2017 +0100

    ggsn: Add 'ipv6 link-local' vty cmd
    
    This vty cmd let's you set up a new link-local IP for a specific APN to
    be used during ICMPv6 Router Advertisement procedure.
    
    osmo-ggsn hence requires a link-local IPv6 address to be added to the
    tun interface, otherwise the apn will not be configured correctly and it
    won't be able to allocate addresses from the ipv6 pool later on.
    
    This feature is useful in case your OS doesn't support autoconfiguring
    link-local IPs when the interface is brought up (some linux versions are
    known to fail at this) or in case you configured your OS specifically to
    avoid automatic set up (sysctl net.ipv6.conf.*.autoconf).
    
    If "no ipv6 link-local" is provided (default), osmo-ggsn will rely on the
    OS or the ipup-script setting up the link-local IP for the tun
    interface at creation time, then fetching it after ipup-script time and
    using the first link-local ip found. On the other hand, if the "ipv6
    link-local" cmd is provided, osmo-ggsn will add the link-local IP to the
    interface manually and use that one for later Router Advertisement
    procedures.
    
    Change-Id: I09ef27f54940d4c47150e5f9016d1cd4298c16b5

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

Summary of changes:
 ggsn/ggsn.c     | 17 ++++++++++++++++-
 ggsn/ggsn.h     |  1 +
 ggsn/ggsn_vty.c | 20 ++++++++++++++++++++
 3 files changed, 37 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list