Skip to content
Success

Changes

Summary

  1. ggsn: Use osmo_netdev_addaddr() libosmocore API (details)
Commit 15e574a91d6d9a396ad72e8feabfaef24b018bb0 by Pau Espin Pedrol
ggsn: Use osmo_netdev_addaddr() libosmocore API

This allows dropping a lot of duplicated code.
While at it, drop references to non-linux systems, which are not
maintained anymore.
Param "dstaddr" was not used anywhere in the old APIs, so it can also be
dropped.
Param "tun->routes" was also used in BSD code, so it can also be
dropped.

Change-Id: I1fccfd658542481cd61536fbd3c7a3a32a1c253b
The file was modifiedlib/netdev.c
The file was modifiedlib/netdev.h
The file was modifiedlib/tun.h
The file was modifiedlib/tun.c
The file was modifiedsgsnemu/sgsnemu.c
The file was modifiedggsn/ggsn.c